forked from auracaster/openocd
The datasheets for all STM32G0xx 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: Ib29171dd614eb84346e90cb447bc7292465095ac Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/9425 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com>
18 lines
518 B
INI
18 lines
518 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# This is for all ST NUCLEO with any STM32G0. Known boards at the moment:
|
|
# NUCLEO-G031K8
|
|
# https://www.st.com/en/evaluation-tools/nucleo-g031k8.html
|
|
# NUCLEO-G070RB
|
|
# https://www.st.com/en/evaluation-tools/nucleo-g070rb.html
|
|
# NUCLEO-G071RB
|
|
# https://www.st.com/en/evaluation-tools/nucleo-g071rb.html
|
|
# NUCLEO-G0B1RE
|
|
# https://www.st.com/en/evaluation-tools/nucleo-g0b1re.html
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
source [find target/stm32g0x.cfg]
|
|
|
|
reset_config srst_only
|