This is an automated email from Gerrit. "zapb <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9577
-- gerrit commit 1fea1a254b3d545e8ea97d4ae195648e57833054 Author: Marc Schink <[email protected]> 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 <[email protected]> diff --git a/tcl/board/st/nucleo-u3c5zi-q.cfg b/tcl/board/st/nucleo-u3c5zi-q.cfg new file mode 100644 index 0000000000..21b8439c1a --- /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 --
