openocd.rules: match CMSIS DAP devices by product string
[openocd.git] / tcl / board / ek-lm3s811-revb.cfg
blob82d1be432b53b7238cdfde75d083229b44e809ac
2 # TI/Luminary Stellaris LM3S811 Evaluation Kits (rev B and earlier)
4 # http://www.ti.com/tool/ek-lm3s811
7 # NOTE: newer 811-EK boards (rev C and above) shouldn't use this.
8 # use board/ek-lm3s811.cfg
9 source [find interface/luminary-lm3s811.cfg]
11 # include the target config
12 set WORKAREASIZE 0x2000
13 set CHIPNAME lm3s811
14 source [find target/stellaris.cfg]