]> 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 13f207dc6b467f76ec8e3df342a75d04a25598ce..0004227251dc3ec8295f3660a7ffca58c6b6f510 100644 (file)
@@ -1,9 +1,2 @@
-#
-# STMicroelectronics ST-LINK/V1 in-circuit debugger/programmer
-#
-
-interface hla
-hla_layout stlink
-hla_device_desc "ST-LINK/V1"
-hla_vid_pid 0x0483 0x3744
-
+echo "WARNING: interface/stlink-v1.cfg is deprecated, please switch to interface/stlink.cfg"
+source [find interface/stlink.cfg]