David Brownell <david-b@pacbell.net> split EK board support out
[fw/openocd] / tcl / board / ek-lm3s3748.cfg
diff --git a/tcl/board/ek-lm3s3748.cfg b/tcl/board/ek-lm3s3748.cfg
new file mode 100644 (file)
index 0000000..2c79a89
--- /dev/null
@@ -0,0 +1,17 @@
+# Stellaris lm3s3748 Evaluation Kit
+#  http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html
+
+# NOTE:  to use the on-board FT2232 JTAG interface:
+#  source [find interface/luminary.cfg]
+
+source [find target/lm3s3748.cfg]
+
+# LM3S parts don't support RTCK
+jtag_khz 500
+
+jtag_nsrst_delay 100
+jtag_ntrst_delay 100
+
+# Board has only srst
+reset_config srst_only
+