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:
Antonio Borneo
2026-02-01 14:02:03 +01:00
parent 0e4d6d202a
commit 22bad00b9b
2 changed files with 1 additions and 2 deletions

View File

@@ -5,8 +5,6 @@
source [find interface/stlink.cfg]
transport select swd
source [find target/stm32u0x.cfg]
reset_config srst_only

View File

@@ -4,6 +4,7 @@
#
# STM32U0 devices support only SWD transport.
#
transport select swd
source [find mem_helper.tcl]