forked from auracaster/openocd
Tested with NUCLEO-U083RC development board. Change-Id: I5e7ed1a9a19dbab70ee3155f92d67874c33b1ac2 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8649 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
13 lines
248 B
INI
13 lines
248 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 dapdirect_swd
|
|
|
|
source [find target/stm32u0x.cfg]
|
|
|
|
reset_config srst_only
|