tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ek-lm3s3748.cfg
index 950e5119c99669448e57de87fcc4b63ff9e84f0b..705cb64ce01d6eced63ccd62c4c234a2ccd53d89 100644 (file)
@@ -1,11 +1,16 @@
-# Stellaris lm3s3748 Evaluation Kit
-#  http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html
+# SPDX-License-Identifier: GPL-2.0-or-later
 
-# NOTE:  to use the on-board FT2232 JTAG interface:
-#  source [find interface/luminary.cfg]
+#
+# TI/Luminary Stellaris lm3s3748 Evaluation Kits
+#
+# http://www.ti.com/tool/ek-lm3s3748
+#
 
-source [find target/stellaris.cfg]
-
-# Board has only srst
-reset_config srst_only
+# 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/ftdi/luminary.cfg]
 
+# 20k working area
+set WORKAREASIZE 0x4000
+set CHIPNAME lm3s3748
+source [find target/stellaris.cfg]