target: stm32f0x: drop swj on swd only target

The datasheets for all STM32F0xx devices report that only SWD is
supported. No TDI/TDO pin is present.

Drop swj support.
Add swd transport.
Remove swd transport from the associated board files.

Change-Id: I65a08b6a441d794aa209cff8583a971d3546f49e
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9424
Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com>
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Antonio Borneo
2026-02-01 13:48:39 +01:00
parent b164b65b3b
commit a02550bafa
4 changed files with 3 additions and 8 deletions

View File

@@ -5,8 +5,6 @@
source [find interface/stlink.cfg]
transport select swd
set WORKAREASIZE 0x2000
source [find target/stm32f0x.cfg]