target: stm32u0x: add transport swd
The STM32U0xx devices support only SWD. Add swd transport in the target file. Remove swd transport from the associated board files. Change-Id: I2d31856951d15fcf2d1986ee5b1b31464e68db1c Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/9427 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com>
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
source [find interface/stlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
source [find target/stm32u0x.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#
|
||||
# STM32U0 devices support only SWD transport.
|
||||
#
|
||||
transport select swd
|
||||
|
||||
source [find mem_helper.tcl]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user