X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Finterface%2Fstlink-v1.cfg;h=96ed088d0c8cd92d4d1ded35407629f9dff3bb5a;hb=3bccc77999175494ceb534c172475e509ff99189;hp=d351324c00cba67e58356f99c04c05913f5dae6b;hpb=fce4ac57140d4312dd229c7d5f149a340c92cda1;p=fw%2Fopenocd diff --git a/tcl/interface/stlink-v1.cfg b/tcl/interface/stlink-v1.cfg index d351324c0..96ed088d0 100644 --- a/tcl/interface/stlink-v1.cfg +++ b/tcl/interface/stlink-v1.cfg @@ -1,13 +1,4 @@ -# -# STMicroelectronics ST-LINK/V1 in-circuit debugger/programmer -# +# SPDX-License-Identifier: GPL-2.0-or-later -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]