tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ek-lm3s6965.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # TI/Luminary Stellaris LM3S6965 Evaluation Kits
5 #
6 # http://www.ti.com/tool/ek-lm3s6965
7 #
8
9 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
10 # so is using it in JTAG mode, as done here.
11 source [find interface/ftdi/luminary.cfg]
12
13 # 20k working area
14 set WORKAREASIZE 0x5000
15 set CHIPNAME lm3s6965
16 # include the target config
17 source [find target/stellaris.cfg]