Xiaofan Chen <xiaofanc@gmail.com> Split LM3S811 config file into target file and...
[fw/openocd] / tcl / board / ek-lm3s811.cfg
diff --git a/tcl/board/ek-lm3s811.cfg b/tcl/board/ek-lm3s811.cfg
new file mode 100644 (file)
index 0000000..d3f93d0
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# TI/Luminary Stellaris LM3S811 Evaluation Kits
+#
+# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
+
+# include the FT2232 interface config for on-board JTAG interface
+source [find interface/luminary.cfg]
+
+# include the target config
+source [find target/lm3s811.cfg]
+
+# jtag speed
+jtag_khz 500
+
+jtag_nsrst_delay 100
+jtag_ntrst_delay 100
+
+#LM3S811 Evaluation Board has only srst
+reset_config srst_only