]> git.sur5r.net Git - openocd/blobdiff - tcl/interface/stlink-v1.cfg
jtag: drivers: stlink: handle all versions with single config
[openocd] / tcl / interface / stlink-v1.cfg
index d351324c00cba67e58356f99c04c05913f5dae6b..0004227251dc3ec8295f3660a7ffca58c6b6f510 100644 (file)
@@ -1,13 +1,2 @@
-#
-# STMicroelectronics ST-LINK/V1 in-circuit debugger/programmer
-#
-
-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]