Commit b29a7940 authored by Vasili Slapik's avatar Vasili Slapik Committed by Kumar Gala
Browse files

boards: arm: stm32: Fix openocd warning



interface/stlink-v2-1.cfg and interface/stlink-v2.cfg are wrappers
around interface/stlink.cfg, their inclusion trigger warning which
this change addresses. Besides the warning there is nothing there
except sourcing iterface/stlink.cfg directly.

Signed-off-by: default avatarVasili Slapik <vslapik@gmail.com>
parent cf3cddd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
source [find interface/stlink-v2-1.cfg]
source [find interface/stlink.cfg]

transport select hla_swd

+1 −1
Original line number Diff line number Diff line
source [find interface/stlink-v2-1.cfg]
source [find interface/stlink.cfg]

transport select hla_swd

+1 −1
Original line number Diff line number Diff line
source [find interface/stlink-v2-1.cfg]
source [find interface/stlink.cfg]

transport select hla_swd

+1 −1
Original line number Diff line number Diff line
source [find interface/stlink-v2-1.cfg]
source [find interface/stlink.cfg]
source [find target/stm32f2x.cfg]

$_TARGETNAME configure -event gdb-attach {
+1 −1
Original line number Diff line number Diff line
# This is an ST NUCLEO-L053R8 board with single STM32L053R8 chip.
# http://www.st.com/en/evaluation-tools/nucleo-l053r8.html
source [find interface/stlink-v2-1.cfg]
source [find interface/stlink.cfg]

transport select hla_swd

Loading