forked from auracaster/openocd
Two new boards were added after the commit ad53fe659b ("tcl:
convert transport select to jtag and swd")
Align them too.
Change-Id: I53e36a3a1a7730822521f0239922682c7b2fcef6
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8869
Tested-by: jenkins
10 lines
161 B
INI
10 lines
161 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/stm32c0x.cfg]
|
|
|
|
reset_config srst_only
|