|
From: openocd-gerrit <ope...@us...> - 2026-05-17 20:53:25
|
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 822ac747877426b192fd45b62537d6436d30c0c9 (commit)
from 97a11c4f5319a4cdfe8cc1668b4ccf7680c1b639 (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 822ac747877426b192fd45b62537d6436d30c0c9
Author: Marc Schink <de...@za...>
Date: Mon Apr 13 15:58:47 2026 +0000
tcl/board/st: Add NUCLEO-U3C5ZI-Q config
Tested on NUCLEO-U3C5ZI-Q development board.
Change-Id: I236f1fd3c0b75422f125cf4466f245bbb42893b1
Signed-off-by: Marc Schink <de...@za...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9577
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tcl/board/st/nucleo-u3c5zi-q.cfg b/tcl/board/st/nucleo-u3c5zi-q.cfg
new file mode 100644
index 000000000..21b8439c1
--- /dev/null
+++ b/tcl/board/st/nucleo-u3c5zi-q.cfg
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# NUCLEO-U3C5ZI-Q
+# https://www.st.com/en/evaluation-tools/nucleo-u3c5zi-q.html
+
+source [find interface/stlink.cfg]
+
+transport select swd
+
+source [find target/stm32u3x.cfg]
+
+reset_config srst_only
-----------------------------------------------------------------------
Summary of changes:
tcl/board/st/{stm32mp257f-dk.cfg => nucleo-u3c5zi-q.cfg} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
copy tcl/board/st/{stm32mp257f-dk.cfg => nucleo-u3c5zi-q.cfg} (52%)
hooks/post-receive
--
Main OpenOCD repository
|