aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-09-26 16:01:53 +0100
committerFreddie Chopin <freddie.chopin@gmail.com>2012-10-02 11:34:41 +0000
commita046475f03403313e826feef2ed903e71e4b5178 (patch)
tree63eefc7c2438754cfb4a25ceb6bdd58cf4efc369 /tcl
parentc06af3af918b9b8d68fd16ac91eb2ca5cc0a7610 (diff)
downloadriscv-openocd-a046475f03403313e826feef2ed903e71e4b5178.zip
riscv-openocd-a046475f03403313e826feef2ed903e71e4b5178.tar.gz
riscv-openocd-a046475f03403313e826feef2ed903e71e4b5178.tar.bz2
cfg: add ti ek-lm3s8962 config
Change-Id: I753cec80a904130088b00b3f81b6dd61808662d6 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/852 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/ek-lm3s8962.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/tcl/board/ek-lm3s8962.cfg b/tcl/board/ek-lm3s8962.cfg
new file mode 100644
index 0000000..b7977da
--- /dev/null
+++ b/tcl/board/ek-lm3s8962.cfg
@@ -0,0 +1,15 @@
+#
+# TI/Luminary Stellaris LM3S8962 Evaluation Kits
+#
+# http://www.ti.com/tool/ek-lm3s8962
+#
+
+# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
+# so is using it in JTAG mode, as done here.
+source [find interface/luminary.cfg]
+
+# 64k working area
+set WORKAREASIZE 0x10000
+set CHIPNAME lm3s8962
+# include the target config
+source [find target/stellaris.cfg]