cfg: update ti/stellaris url's
[fw/openocd] / tcl / board / ek-lm3s811.cfg
1 #
2 # TI/Luminary Stellaris LM3S811 Evaluation Kits
3 #
4 # http://www.ti.com/tool/ek-lm3s811
5 #
6
7 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
8 # so is using it in JTAG mode, as done here.
9 # NOTE:  older '811-EK boards (before rev C) shouldn't use this.
10 source [find interface/luminary.cfg]
11
12 # include the target config
13 set WORKAREASIZE 0x2000
14 set CHIPNAME lm3s811
15 source [find target/stellaris.cfg]