summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-08-16 11:54:56 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-08-16 11:54:56 +0000
commit2a0e491d9aec5fee9c1693f32a5174c7e1459faa (patch)
tree893cd679806059cd2735cce9f4e4f7003bea539a /tcl/board
parenta33e272abdc56fdd95dc8ced7d4d4f9d5c4e0c71 (diff)
downloadopenocd+libswd-2a0e491d9aec5fee9c1693f32a5174c7e1459faa.tar.gz
openocd+libswd-2a0e491d9aec5fee9c1693f32a5174c7e1459faa.tar.bz2
openocd+libswd-2a0e491d9aec5fee9c1693f32a5174c7e1459faa.tar.xz
openocd+libswd-2a0e491d9aec5fee9c1693f32a5174c7e1459faa.zip
Xiaofan Chen <xiaofanc@gmail.com> Add config file for TI-Luminary LM3S1968 chip and EK-LM3S1968 board
git-svn-id: svn://svn.berlios.de/openocd/trunk@2582 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/ek-lm3s1968.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/tcl/board/ek-lm3s1968.cfg b/tcl/board/ek-lm3s1968.cfg
new file mode 100644
index 00000000..3afdc955
--- /dev/null
+++ b/tcl/board/ek-lm3s1968.cfg
@@ -0,0 +1,23 @@
+#
+# TI/Luminary Stellaris LM3S1968 Evaluation Kits
+#
+# http://www.luminarymicro.com/products/lm3s1968_evaluation_kits.html
+
+# NOTE: to use J-Link instead of the on-board interface,
+# you may also need to reduce jtag_khz to be about 1200.
+# source [find interface/jlink.cfg]
+
+# include the FT2232 interface config for on-board JTAG interface
+source [find interface/luminary.cfg]
+
+# include the target config
+source [find target/lm3s1968.cfg]
+
+# jtag speed
+jtag_khz 3000
+
+jtag_nsrst_delay 100
+jtag_ntrst_delay 100
+
+#LM3S1968 Evaluation Board has only srst
+reset_config srst_only