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>
16 lines
477 B
INI
16 lines
477 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# This is for all ST NUCLEO with any STM32F0. Known boards at the moment:
|
|
# STM32F030R8
|
|
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259997
|
|
# NUCLEO-F072RB
|
|
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259997
|
|
# STM32F091RC
|
|
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260944
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
source [find target/stm32f0x.cfg]
|
|
|
|
reset_config srst_only
|