X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tcl%2Finterface%2Fstlink-v1.cfg;h=0004227251dc3ec8295f3660a7ffca58c6b6f510;hb=31c58c139d85;hp=7f4a6720b20289f47afe39fbb8cf7450509c10fd;hpb=6c467da586a42c8b1332670f2d5f27ae360a153f;p=openocd diff --git a/tcl/interface/stlink-v1.cfg b/tcl/interface/stlink-v1.cfg index 7f4a6720..00042272 100644 --- a/tcl/interface/stlink-v1.cfg +++ b/tcl/interface/stlink-v1.cfg @@ -1,11 +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 - -# 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]