]> git.gag.com Git - fw/openocd/blobdiff - tcl/board/ek-lm3s9d92.cfg
cfg: add ti ek-lm3s9d92 config
[fw/openocd] / tcl / board / ek-lm3s9d92.cfg
diff --git a/tcl/board/ek-lm3s9d92.cfg b/tcl/board/ek-lm3s9d92.cfg
new file mode 100644 (file)
index 0000000..ed6f77a
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# TI/Luminary Stellaris LM3S9D92 Evaluation Kits
+#
+# http://www.ti.com/tool/ek-lm3s9d92
+#
+
+# NOTE:  using the bundled FT2232 JTAG/SWD/SWO interface is optional!
+# so is using in JTAG mode, as done here.
+source [find interface/luminary-icdi.cfg]
+
+# 64k working area
+set WORKAREASIZE 0x10000
+set CHIPNAME lm3s9d92
+source [find target/stellaris.cfg]