tcl/interface: add SPDX tag
[fw/openocd] / tcl / interface / stlink-v1.cfg
index d351324c00cba67e58356f99c04c05913f5dae6b..96ed088d0c8cd92d4d1ded35407629f9dff3bb5a 100644 (file)
@@ -1,13 +1,4 @@
-#
-# STMicroelectronics ST-LINK/V1 in-circuit debugger/programmer
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
 
-interface stlink
-stlink_layout sg
-stlink_device_desc "ST-LINK/V1"
-stlink_vid_pid 0x0483 0x3744
-#
-# dummy values, not really needed
-#
-adapter_khz 1
-reset_config trst_and_srst
+echo "WARNING: interface/stlink-v1.cfg is deprecated, please switch to interface/stlink.cfg"
+source [find interface/stlink.cfg]