target: stm32l0x: drop swj on swd only target

The STM32L0xx devices support only SWD.

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

Change-Id: I5f8fb4344b33f8bdefd67fd86326f4dccb674d92
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9426
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com>
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2026-02-01 14:07:01 +01:00
parent c11a325ed8
commit 0e4d6d202a
2 changed files with 3 additions and 6 deletions
-2
View File
@@ -5,8 +5,6 @@
source [find interface/stlink.cfg]
transport select swd
set WORKAREASIZE 0x2000
source [find target/stm32l0.cfg]