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/+/9468
-- gerrit commit 42cb3c5d4c85e113de9dd6a5c433dd06598c4db0 Author: Marc Schink <[email protected]> Date: Mon Feb 16 10:25:58 2026 +0000 tcl/board/silabs: Add config for EFM32PG22 Dev Kit Tested on EFM32PG22 Dev Kit. Change-Id: I2fd33040da97dfb65fd5c83a9dfff8e0b46d9f0d Signed-off-by: Marc Schink <[email protected]> diff --git a/tcl/board/silabs/efm32pg22-dev-kit.cfg b/tcl/board/silabs/efm32pg22-dev-kit.cfg new file mode 100644 index 0000000000..1a6d9af248 --- /dev/null +++ b/tcl/board/silabs/efm32pg22-dev-kit.cfg @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +# EFM32PG22 Dev Kit +# https://www.silabs.com/development-tools/mcu/32-bit/efm32pg22-dev-kit + +source [find interface/jlink.cfg] + +transport select swd + +source [find target/silabs/xg22.cfg] --
