]> git.sur5r.net Git - openocd/commitdiff
tcl/board: Add config for XMOS xCORE-XA Core Module ARM debugging
authorAndreas Färber <afaerber@suse.de>
Sun, 10 May 2015 12:53:33 +0000 (14:53 +0200)
committerFreddie Chopin <freddie.chopin@gmail.com>
Fri, 30 Oct 2015 12:40:40 +0000 (12:40 +0000)
The xCORE-XA Core Module board has an XS1-XAU8A-10 SoC with 8 xCORE cores
and one ARM core. This config is for the ARM Cortex-M3, via J-Link OB.

Tested with "J-Link OB-STM32F103 V1 compiled Feb  5 2014 13:48:52".

Change-Id: Id7fadf8f323b45d5cfc0cae1054bd7b916771d6a
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/2763
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
tcl/board/xmos_xk-xac-xa8_arm.cfg [new file with mode: 0644]

diff --git a/tcl/board/xmos_xk-xac-xa8_arm.cfg b/tcl/board/xmos_xk-xac-xa8_arm.cfg
new file mode 100644 (file)
index 0000000..3d12afb
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# xCORE-XA Core Module
+#
+# https://www.xmos.com/support/boards?product=17940
+#
+
+#
+# J-Link OB STM32F103
+#
+source [find interface/jlink.cfg]
+transport select swd
+
+#
+# XS1-XAU8A-10
+#
+source [find target/xmos_xs1-xau8a-10_arm.cfg]