forked from auracaster/openocd
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>
12 lines
293 B
INI
12 lines
293 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# This is an STM32F0 discovery board with a single STM32F051R8T6 chip.
|
|
# http://www.st.com/internet/evalboard/product/253215.jsp
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
set WORKAREASIZE 0x2000
|
|
source [find target/stm32f0x.cfg]
|
|
|
|
reset_config srst_only
|