mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-06-21 10:12:48 +00:00
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
13 lines
238 B
INI
13 lines
238 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# NUCLEO-U083RC
|
|
# https://www.st.com/en/evaluation-tools/nucleo-u083rc.html
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/stm32u0x.cfg]
|
|
|
|
reset_config srst_only
|