X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Finterface%2Fstlink-v1.cfg;h=96ed088d0c8cd92d4d1ded35407629f9dff3bb5a;hb=3bccc77999175494ceb534c172475e509ff99189;hp=af678187e1b54ef10a9e9eea870b960470362bcd;hpb=ff6c3dd13cf6d2cd25e55638ded3b1683958d752;p=fw%2Fopenocd diff --git a/tcl/interface/stlink-v1.cfg b/tcl/interface/stlink-v1.cfg index af678187e..96ed088d0 100644 --- a/tcl/interface/stlink-v1.cfg +++ b/tcl/interface/stlink-v1.cfg @@ -1,11 +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 - -# 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]