This is an automated email from Gerrit. "Antonio Borneo <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9427
-- gerrit commit 814b5c1c63a7a955a80b0641c6d3f79df9d50a41 Author: Antonio Borneo <[email protected]> Date: Sun Feb 1 14:02:03 2026 +0100 target: stm32u0x: add transport swd The STM32U0xx devices support only SWD. Add swd transport in the target file. Change-Id: I2d31856951d15fcf2d1986ee5b1b31464e68db1c Signed-off-by: Antonio Borneo <[email protected]> diff --git a/tcl/target/stm32u0x.cfg b/tcl/target/stm32u0x.cfg index d3aaed3cbb..7bce8f6d76 100644 --- a/tcl/target/stm32u0x.cfg +++ b/tcl/target/stm32u0x.cfg @@ -4,6 +4,7 @@ # # STM32U0 devices support only SWD transport. # +transport select swd source [find mem_helper.tcl] --
