This is an automated email from Gerrit.

"Mark Symonds <markpsymo...@gmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8197

-- gerrit

commit d64beb7a7c6348c78a058fc9876acbce871a17bc
Author: Mark Symonds <markpsymo...@gmail.com>
Date:   Fri Apr 5 11:33:52 2024 +0100

    Add STM32L552 Discovery support.
    
    The STM32L552 Discovery has a built-in ST-LINK interface
    and STM32L552ZE6TQ MCU.
    
    Change-Id: I9ec32f48b49c645b6213ecf32debea272fbe2c20
    Signed-off-by: Mark Symonds <markpsymo...@gmail.com>

diff --git a/tcl/board/stm32l552-disco.cfg b/tcl/board/stm32l552-disco.cfg
new file mode 100644
index 0000000000..bc331154f8
--- /dev/null
+++ b/tcl/board/stm32l552-disco.cfg
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Board configuration for STM32L552 Discovery board.
+#
+
+source [find interface/stlink.cfg]
+transport select hla_swd
+
+source [find target/stm32l5x.cfg]

-- 

Reply via email to