tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ek-lm3s811.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # TI/Luminary Stellaris LM3S811 Evaluation Kits
5 #
6 # http://www.ti.com/tool/ek-lm3s811
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 # NOTE:  older '811-EK boards (before rev C) shouldn't use this.
12 source [find interface/ftdi/luminary.cfg]
13
14 # include the target config
15 set WORKAREASIZE 0x2000
16 set CHIPNAME lm3s811
17 source [find target/stellaris.cfg]