e79452c796770d2e55a84340a6fbeac0632458ab
[fw/openocd] / tcl / board / ek-lm3s1968.cfg
1 #
2 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
3 #
4 # http://www.luminarymicro.com/products/lm3s1968_evaluation_kits.html
5
6 # NOTE:  to use J-Link instead of the on-board interface,
7 # you may also need to reduce adapter_khz to be about 1200.
8 # source [find interface/jlink.cfg]
9
10 # include the FT2232 interface config for on-board JTAG interface
11 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
12 # so is using in JTAG mode, as done here.
13 source [find interface/luminary.cfg]
14
15 # include the target config
16 set WORKAREASIZE 0x2000
17 set CHIPNAME lm3s1968
18 source [find target/stellaris.cfg]