tcl/board: update all uses of interface/stlink-v2-1 to interface/stlink
Change-Id: I5e27e84d022f73101376e8b4a1bdc65f58fd348a Signed-off-by: Cody P Schafer <openocd@codyps.com> Reviewed-on: http://openocd.zylin.com/4456 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>bscan_tunnel
parent
c6cc60e0e1
commit
471c3cdb2d
|
@ -1,7 +1,7 @@
|
||||||
# STMicroelectronics STM32F7 Nucleo development board
|
# STMicroelectronics STM32F7 Nucleo development board
|
||||||
# Known boards: NUCLEO-F746ZG and NUCLEO-F767ZI
|
# Known boards: NUCLEO-F746ZG and NUCLEO-F767ZI
|
||||||
|
|
||||||
source [find interface/stlink-v2-1.cfg]
|
source [find interface/stlink.cfg]
|
||||||
|
|
||||||
transport select hla_swd
|
transport select hla_swd
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# This is an ST NUCLEO-H743ZI board with single STM32H743ZI chip.
|
# This is an ST NUCLEO-H743ZI board with single STM32H743ZI chip.
|
||||||
# http://www.st.com/en/evaluation-tools/nucleo-h743zi.html
|
# http://www.st.com/en/evaluation-tools/nucleo-h743zi.html
|
||||||
|
|
||||||
source [find interface/stlink-v2-1.cfg]
|
source [find interface/stlink.cfg]
|
||||||
|
|
||||||
transport select hla_swd
|
transport select hla_swd
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# This is an ST NUCLEO-L073RZ board with single STM32L073RZ chip.
|
# This is an ST NUCLEO-L073RZ board with single STM32L073RZ chip.
|
||||||
# http://www.st.com/en/evaluation-tools/nucleo-l073rz.html
|
# http://www.st.com/en/evaluation-tools/nucleo-l073rz.html
|
||||||
source [find interface/stlink-v2-1.cfg]
|
source [find interface/stlink.cfg]
|
||||||
|
|
||||||
transport select hla_swd
|
transport select hla_swd
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# This is an ST EVAL-H753XI board with single STM32H753XI chip.
|
# This is an ST EVAL-H753XI board with single STM32H753XI chip.
|
||||||
# http://www.st.com/en/evaluation-tools/stm32h753i-eval.html
|
# http://www.st.com/en/evaluation-tools/stm32h753i-eval.html
|
||||||
|
|
||||||
source [find interface/stlink-v2-1.cfg]
|
source [find interface/stlink.cfg]
|
||||||
|
|
||||||
transport select hla_swd
|
transport select hla_swd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue