This is an automated email from Gerrit.

Andreas Färber (afaer...@suse.de) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2564

-- gerrit

commit 4e64e8704f87fce626bc01077428cd351f163481
Author: Andreas Färber <afaer...@suse.de>
Date:   Sat Feb 28 00:37:44 2015 +0100

    tcl/board: Add Infineon XMC 2Go config
    
    Tested with "J-Link Lite-XMC4200 Rev.1 compiled Jan 10 2014 20:31:33".
    
    Change-Id: Iefa9185372341d889db2b5f1f93bce126450b535
    Cc: Uwe Bonnes <b...@elektron.ikp.physik.tu-darmstadt.de>
    Signed-off-by: Andreas Färber <afaer...@suse.de>

diff --git a/tcl/board/xmc-2go.cfg b/tcl/board/xmc-2go.cfg
new file mode 100644
index 0000000..1d5dad7
--- /dev/null
+++ b/tcl/board/xmc-2go.cfg
@@ -0,0 +1,15 @@
+#
+# Infineon XMC 2Go
+#
+
+#
+# Segger J-Link Lite XMC4200 on-board
+#
+source [find interface/jlink.cfg]
+transport select swd
+adapter_khz 1000
+
+set CHIPNAME xmc1100
+source [find target/xmc1xxx.cfg]
+
+reset_config srst_only srst_nogate

-- 

------------------------------------------------------------------------------
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