mirror of
https://github.com/openocd-org/openocd.git
synced 2025-05-09 08:14:01 +08:00
tcl/board: Add config for NUCLEO-U083RC
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>
This commit is contained in:
parent
fdd76c899f
commit
639b7432b8
12
tcl/board/st/nucleo-u083rc.cfg
Normal file
12
tcl/board/st/nucleo-u083rc.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user