tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ek-lm3s1968.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
5 #
6 # http://www.ti.com/tool/ek-lm3s1968
7 #
8
9 # NOTE:  to use J-Link instead of the on-board interface,
10 # you may also need to reduce adapter speed to be about 1200.
11 # source [find interface/jlink.cfg]
12
13 # include the FT2232 interface config for on-board JTAG interface
14 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
15 # so is using in JTAG mode, as done here.
16 source [find interface/ftdi/luminary.cfg]
17
18 # include the target config
19 set WORKAREASIZE 0x2000
20 set CHIPNAME lm3s1968
21 source [find target/stellaris.cfg]