target: stm32g0x: drop swj on swd only target

The datasheets for all STM32G0xx 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: Ib29171dd614eb84346e90cb447bc7292465095ac
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9425
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 13:57:01 +01:00
parent a02550bafa
commit c11a325ed8
2 changed files with 3 additions and 4 deletions

View File

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