This is an automated email from Gerrit.

"zapb <d...@zapb.de>" just uploaded a new patch set to Gerrit, which you can 
find at https://review.openocd.org/c/openocd/+/8649

-- gerrit

commit 4c3ef865abeeceef43367d597021b4c73ba47e84
Author: Marc Schink <d...@zapb.de>
Date:   Fri Dec 13 07:34:38 2024 +0000

    tcl/board: Add config for NUCLEO-U083RC
    
    Tested with NUCLEO-U083RC development board.
    
    Change-Id: I5e7ed1a9a19dbab70ee3155f92d67874c33b1ac2
    Signed-off-by: Marc Schink <d...@zapb.de>

diff --git a/tcl/board/st/nucleo-u083rc.cfg b/tcl/board/st/nucleo-u083rc.cfg
new file mode 100644
index 0000000000..7b878adbc0
--- /dev/null
+++ b/tcl/board/st/nucleo-u083rc.cfg
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# NUCLEO-U083RC
+# https://www.st.com/en/evaluation-tools/nucleo-u083rc.html
+
+source [find interface/stlink.cfg]
+
+transport select dapdirect_swd
+
+source [find target/stm32u0x.cfg]
+
+reset_config srst_only

-- 

Reply via email to