summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
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