|
From: openocd-gerrit <ope...@us...> - 2025-05-01 15:34:13
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 639b7432b81b8851155ab0d539c74ac183bb9bfa (commit)
from fdd76c899f423c09e4fb4311387eeebfc215650e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 639b7432b81b8851155ab0d539c74ac183bb9bfa
Author: Marc Schink <de...@za...>
Date: Fri Dec 13 07:34:38 2024 +0000
tcl/board: Add config for NUCLEO-U083RC
Tested with NUCLEO-U083RC development board.
Change-Id: I5e7ed1a9a19dbab70ee3155f92d67874c33b1ac2
Signed-off-by: Marc Schink <de...@za...>
Reviewed-on: https://review.openocd.org/c/openocd/+/8649
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tcl/board/st/nucleo-u083rc.cfg b/tcl/board/st/nucleo-u083rc.cfg
new file mode 100644
index 000000000..7b878adbc
--- /dev/null
+++ b/tcl/board/st/nucleo-u083rc.cfg
@@ -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
-----------------------------------------------------------------------
Summary of changes:
tcl/board/{st_nucleo_c0.cfg => st/nucleo-u083rc.cfg} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
copy tcl/board/{st_nucleo_c0.cfg => st/nucleo-u083rc.cfg} (55%)
hooks/post-receive
--
Main OpenOCD repository
|