cfg: update ti/stellaris url's
[openocd.git] / tcl / board / ek-lm3s1968.cfg
blob42f100feeb4cc436e41586c3c7b205da028b986e
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_khz 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/luminary.cfg]
16 # include the target config
17 set WORKAREASIZE 0x2000
18 set CHIPNAME lm3s1968
19 source [find target/stellaris.cfg]