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

-- gerrit

commit 51180866c62a9cf27108f76b7fc8f8a5dfea5882
Author: Jeff Ciesielski <jeffciesiel...@gmail.com>
Date:   Sat Feb 28 02:02:57 2015 +0100

    tcl/board: Add Infineon XMC4500 Relax Kit config
    
    Tested with "J-Link Lite-XMC4000 Rev.1 compiled Dec  7 2012 19:23:07"
    on XMC4500 Relax Lite Kit V1.
    
    Change-Id: Ib680a444fa4cadbf640afba15d607c0e6bd4ab2c
    Signed-off-by: Jeff Ciesielski <jeffciesiel...@gmail.com>
    Signed-off-by: Andreas Färber <afaer...@suse.de>

diff --git a/tcl/board/xmc4500-relax.cfg b/tcl/board/xmc4500-relax.cfg
new file mode 100644
index 0000000..bf08734
--- /dev/null
+++ b/tcl/board/xmc4500-relax.cfg
@@ -0,0 +1,16 @@
+#
+# Infineon XMC4500 Relax Kit / Relax Lite Kit
+#
+
+#
+# Segger J-Link Lite XMC4500 on-board
+#
+source [find interface/jlink.cfg]
+transport select swd
+
+# There's also an unpopulated 10-pin 0.05" pinout.
+
+adapter_khz 1000
+
+set CHIPNAME xmc4500
+source [find target/xmc4xxx.cfg]

-- 

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