riscv-openocd-wch/build-op/share/openocd/scripts/board/efm32.cfg
2022-03-29 17:01:37 +08:00

12 lines
245 B
INI

# Configuration for EFM32 boards with on-board SEGGER J-Link
#
# Tested with Tiny, Giant and Zero Gecko Starter Kit.
#
source [find interface/jlink.cfg]
transport select swd
adapter speed 1000
set CHIPNAME efm32
source [find target/efm32.cfg]