This is an automated email from Gerrit.

"Name of user not set <mattis.kief...@hotmail.de>" just uploaded a new patch 
set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7474

-- gerrit

commit 78b864ccd0e57b5d5394a84b2ccce43d21799f99
Author: Mattis Kieffer <mattis.kief...@hotmail.de>
Date:   Tue Feb 14 00:18:20 2023 +0100

    add configuration for st_nucleo_h723zg
    
    Signed-off-by: Mattis Kieffer <mattis.kief...@hotmail.de>
    Change-Id: I4bdd4193e09996deea8e1cb3edd380934e9302cb

diff --git a/tcl/board/st_nucleo_h723zg.cfg b/tcl/board/st_nucleo_h723zg.cfg
new file mode 100644
index 0000000000..524b7ee602
--- /dev/null
+++ b/tcl/board/st_nucleo_h723zg.cfg
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# This is an ST NUCLEO-H723ZG board with single STM32H723ZG chip.
+# http://www.st.com/en/evaluation-tools/nucleo-h723zg.html
+
+source [find interface/stlink.cfg]
+
+transport select hla_swd
+
+source [find target/stm32h7x.cfg]
+
+reset_config srst_only

-- 

Reply via email to