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