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/+/9749
-- gerrit commit 34c3d9710abe3006b40071c46520d314c7b46649 Author: Marc Schink <[email protected]> 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 <[email protected]> diff --git a/tcl/board/st/nucleo-u575zi-q.cfg b/tcl/board/st/nucleo-u575zi-q.cfg new file mode 100644 index 0000000000..f09bedf6c2 --- /dev/null +++ b/tcl/board/st/nucleo-u575zi-q.cfg @@ -0,0 +1,13 @@ +# 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] + +# Use hardware reset. +reset_config srst_only srst_nogate --
