diff --git a/tcl/board/efm32.cfg b/tcl/board/efm32.cfg index 820b6c815..d2bc9a611 100644 --- a/tcl/board/efm32.cfg +++ b/tcl/board/efm32.cfg @@ -1,6 +1,6 @@ -# 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] @@ -9,9 +9,3 @@ adapter_khz 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 -