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