X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Finterface%2Fstlink-v2.cfg;h=400411e9cbbd18e9fac56a46a9efad8e01620f17;hb=3bccc77999175494ceb534c172475e509ff99189;hp=25e696c6a926fc9d8085a0a0c543f4111645382f;hpb=a047d87196e829b927b4dc5281981d011fb4c586;p=fw%2Fopenocd diff --git a/tcl/interface/stlink-v2.cfg b/tcl/interface/stlink-v2.cfg index 25e696c6a..400411e9c 100644 --- a/tcl/interface/stlink-v2.cfg +++ b/tcl/interface/stlink-v2.cfg @@ -1,11 +1,4 @@ -# -# STMicroelectronics ST-LINK/V2 in-circuit debugger/programmer -# +# SPDX-License-Identifier: GPL-2.0-or-later -interface stlink -stlink_layout stlink -stlink_device_desc "ST-LINK/V2" -stlink_vid_pid 0x0483 0x3748 - -# unused but set to disable warnings -adapter_khz 1000 +echo "WARNING: interface/stlink-v2.cfg is deprecated, please switch to interface/stlink.cfg" +source [find interface/stlink.cfg]