forked from auracaster/openocd
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:
@@ -5,8 +5,6 @@
|
||||
|
||||
source [find interface/stlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
set WORKAREASIZE 0x2000
|
||||
source [find target/stm32l0.cfg]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user