tcl/board: Add AM625 EVM basic support
[fw/openocd] / tcl / board / efm32.cfg
index 820b6c815f76be78f022a4a83521920911a02332..adbdda72e5da9dcecb27174c615c36954883e726 100644 (file)
@@ -1,17 +1,11 @@
-# Configuration for EFM32 boards with Segger J-Link on board
+# Configuration for EFM32 boards with on-board SEGGER J-Link
 #
-# Tested with TINY GECKO and Zero Gecko demo board
+# Tested with Tiny, Giant and Zero Gecko Starter Kit.
 #
 
 source [find interface/jlink.cfg]
 transport select swd
-adapter_khz 1000
+adapter speed 1000
 
 set CHIPNAME efm32
 source [find target/efm32.cfg]
-
-# EFM32 SWD doesn't work with RST asserted
-# So don't use srst_nogate!
-# Attach to running target with "mon halt"
-reset_config srst_only
-