This is an automated email from Gerrit. "Marc Schink <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9470
-- gerrit commit 14855c6ad38f5e7c21b1a3bf59faa17aff356234 Author: Marc Schink <[email protected]> Date: Mon Feb 16 18:00:17 2026 +0100 tcl/board/st: Add NUCLEO-L552ZE-Q config Tested on NUCLEO-L552ZE-Q. Change-Id: Id9a4a2fac2ef4e8d3fa1df3003d440c7d2e9aa99 Signed-off-by: Marc Schink <[email protected]> diff --git a/tcl/board/st/nucleo-l552ze-q.cfg b/tcl/board/st/nucleo-l552ze-q.cfg new file mode 100644 index 0000000000..bbad29f2aa --- /dev/null +++ b/tcl/board/st/nucleo-l552ze-q.cfg @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +# NUCLEO-L552ZE-Q +# https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html + +source [find interface/stlink.cfg] + +source [find target/stm32l5x.cfg] + +reset_config srst_only --
