This is an automated email from Gerrit.

Uwe Bonnes (b...@elektron.ikp.physik.tu-darmstadt.de) just uploaded a new patch 
set to Gerrit, which you can find at http://openocd.zylin.com/2585

-- gerrit

commit 9443dbb0090941ef84e502932d74e31aebcbc138
Author: Uwe Bonnes <b...@elektron.ikp.physik.tu-darmstadt.de>
Date:   Sun Mar 8 15:09:14 2015 +0100

    Add configuratioon for EFM32 Gecko boards.
    
    Tested with Tiny Gecko.
    
    Change-Id: Iddb87170b6aaaf7f15d3c4517c8661dd6394be8f
    Signed-off-by: Uwe Bonnes <b...@elektron.ikp.physik.tu-darmstadt.de>

diff --git a/tcl/board/efm32.cfg b/tcl/board/efm32.cfg
new file mode 100644
index 0000000..b7640fa
--- /dev/null
+++ b/tcl/board/efm32.cfg
@@ -0,0 +1,20 @@
+#
+# Silicon Labs Gecko
+# tested with TINY GECKO
+#
+
+#
+# Segger J-Link Lite on-board
+#
+source [find interface/jlink.cfg]
+transport select swd
+adapter_khz 1000
+
+set CHIPNAME efm32
+source [find target/efm32.cfg]
+
+# SWD doesn't work with RST asserted
+# So don't use srst_nogate!
+# Attach to running target with "mon halt"
+reset_config srst_only
+

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to