Add configuration for EFM32 Gecko boards with Segger J-Link.

Tested with Tiny Gecko.

Change-Id: Iddb87170b6aaaf7f15d3c4517c8661dd6394be8f
Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-on: http://openocd.zylin.com/2585
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Uwe Bonnes 2015-03-08 15:09:14 +01:00 committed by Spencer Oliver
parent f618725e1a
commit 2af366259f
1 changed files with 17 additions and 0 deletions

17
tcl/board/efm32.cfg Normal file
View File

@ -0,0 +1,17 @@
# Configuration for EFM32 boards with Segger J-Link on board
#
# Tested with TINY GECKO and Zero Gecko demo board
#
source [find interface/jlink.cfg]
transport select swd
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