tcl/interface: support for Raspberry Pi 5
[openocd.git] / tcl / board / ek-lm3s1968.cfg
blobc794a17a01c5861047224906dc9ef3b423103455
1 # SPDX-License-Identifier: GPL-2.0-or-later
4 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
6 # http://www.ti.com/tool/ek-lm3s1968
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]
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]
18 # include the target config
19 set WORKAREASIZE 0x2000
20 set CHIPNAME lm3s1968
21 source [find target/stellaris.cfg]