target/arm: optimize architecture flags
[openocd.git] / tcl / board / ek-lm3s1968.cfg
blobbbb04baa612b51d8bb760e199b45fcbeaa8342ab
2 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
4 # http://www.ti.com/tool/ek-lm3s1968
7 # NOTE:  to use J-Link instead of the on-board interface,
8 # you may also need to reduce adapter speed to be about 1200.
9 # source [find interface/jlink.cfg]
11 # include the FT2232 interface config for on-board JTAG interface
12 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
13 # so is using in JTAG mode, as done here.
14 source [find interface/ftdi/luminary.cfg]
16 # include the target config
17 set WORKAREASIZE 0x2000
18 set CHIPNAME lm3s1968
19 source [find target/stellaris.cfg]