Skip to content

Commit 639b743

Browse files
zapb-0borneoa
authored andcommitted
tcl/board: Add config for NUCLEO-U083RC
Tested with NUCLEO-U083RC development board. Change-Id: I5e7ed1a9a19dbab70ee3155f92d67874c33b1ac2 Signed-off-by: Marc Schink <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/8649 Tested-by: jenkins Reviewed-by: Antonio Borneo <[email protected]>
1 parent fdd76c8 commit 639b743

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tcl/board/st/nucleo-u083rc.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
2+
3+
# NUCLEO-U083RC
4+
# https://www.st.com/en/evaluation-tools/nucleo-u083rc.html
5+
6+
source [find interface/stlink.cfg]
7+
8+
transport select dapdirect_swd
9+
10+
source [find target/stm32u0x.cfg]
11+
12+
reset_config srst_only

0 commit comments

Comments
 (0)