tcl/target: replace event trace-config
[fw/openocd] / tcl / interface / stlink-v1.cfg
index 7f4a6720b20289f47afe39fbb8cf7450509c10fd..96ed088d0c8cd92d4d1ded35407629f9dff3bb5a 100644 (file)
@@ -1,11 +1,4 @@
-#
-# STMicroelectronics ST-LINK/V1 in-circuit debugger/programmer
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
 
-interface hla
-hla_layout stlink
-hla_device_desc "ST-LINK/V1"
-hla_vid_pid 0x0483 0x3744
-
-# unused but set to disable warnings
-adapter_khz 1000
+echo "WARNING: interface/stlink-v1.cfg is deprecated, please switch to interface/stlink.cfg"
+source [find interface/stlink.cfg]