|
From: openocd-gerrit <ope...@us...> - 2026-07-18 14:09:36
|
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 fc566d74005a4aefbe125b9b2f777d9514c60c87 (commit)
from b56339c316f9f46df9fcfb07dfdce18ccb5fa21d (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 fc566d74005a4aefbe125b9b2f777d9514c60c87
Author: Marc Schink <de...@za...>
Date: Wed Jun 17 14:33:17 2026 +0000
tcl/board/st: Add NUCLEO-U575ZI-Q config
Tested on NUCLEO-U575ZI-Q development board.
Change-Id: I5870c44b3a7e5e48dc3d0a166734f116c32bfca3
Signed-off-by: Marc Schink <de...@za...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9749
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
diff --git a/tcl/board/st/nucleo-u575zi-q.cfg b/tcl/board/st/nucleo-u575zi-q.cfg
new file mode 100644
index 000000000..acc548a2a
--- /dev/null
+++ b/tcl/board/st/nucleo-u575zi-q.cfg
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# NUCLEO-U575ZI-Q
+# https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html
+
+source [find interface/stlink.cfg]
+
+transport select swd
+
+source [find target/stm32u5x.cfg]
+
+reset_config srst_only
-----------------------------------------------------------------------
Summary of changes:
tcl/board/st/{nucleo-u3c5zi-q.cfg => nucleo-u575zi-q.cfg} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
copy tcl/board/st/{nucleo-u3c5zi-q.cfg => nucleo-u575zi-q.cfg} (52%)
hooks/post-receive
--
Main OpenOCD repository
|