tcl/stm32l5x|u5x: refactor common tcl code
[fw/openocd] / tcl / interface / stlink-v2.cfg
index 2757a334dc40b3bc6339da75ef339f5668d0c3f4..070e4695846dbba9adf25a4a6780d799f28a4aa2 100644 (file)
@@ -1,13 +1,2 @@
-#
-# STMicroelectronics ST-LINK/V2 in-circuit debugger/programmer
-#
-
-interface stlink
-stlink_layout usb
-stlink_device_desc "ST-LINK/V2"
-stlink_vid_pid 0x0483 0x3748
-#
-# dummy values, not really needed
-#
-adapter_khz 1
-reset_config trst_and_srst
\ No newline at end of file
+echo "WARNING: interface/stlink-v2.cfg is deprecated, please switch to interface/stlink.cfg"
+source [find interface/stlink.cfg]