]> git.gag.com Git - fw/openocd/blobdiff - tcl/board/ek-lm3s6965.cfg
cfg: update Luminary config files
[fw/openocd] / tcl / board / ek-lm3s6965.cfg
diff --git a/tcl/board/ek-lm3s6965.cfg b/tcl/board/ek-lm3s6965.cfg
new file mode 100644 (file)
index 0000000..e2cd1e2
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# TI/Luminary Stellaris LM3S6965 Evaluation Kits
+#
+# http://www.luminarymicro.com/products/lm3s6965_ethernet_evaluation_kit.html
+
+# 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]
+
+# 20k working area
+set WORKAREASIZE 0x5000
+set CHIPNAME lm3s6965
+# include the target config
+source [find target/stellaris.cfg]
+
+adapter_nsrst_delay 100
+
+# LM3S6965 Evaluation Board has only srst
+reset_config srst_only