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/+/9465

-- gerrit

commit 106fbafc22fb2239da26a698da9d7ebef30cd85a
Author: Marc Schink <[email protected]>
Date:   Mon Feb 16 10:14:47 2026 +0000

    tcl/board/silabs: Add config for EFM32PG23 Pro Kit
    
    Tested on EFM32PG23 Pro Kit.
    
    Change-Id: Id6312bae3e582bb18c1e45cddaed84720f33f9ab
    Signed-off-by: Marc Schink <[email protected]>

diff --git a/tcl/board/silabs/efm32pg23-pro-kit.cfg 
b/tcl/board/silabs/efm32pg23-pro-kit.cfg
new file mode 100644
index 0000000000..240ab5de55
--- /dev/null
+++ b/tcl/board/silabs/efm32pg23-pro-kit.cfg
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# EFM32PG23 Pro Kit
+# https://www.silabs.com/development-tools/mcu/32-bit/efm32pg23-pro-kit
+
+source [find interface/jlink.cfg]
+
+transport select swd
+
+source [find target/silabs/xg23.cfg]

-- 

Reply via email to