pld: small documentation fixes.
[openocd.git] / tcl / board / ek-lm3s811-revb.cfg
blobf968eece5f2d8cf35d23b4845795a2ac66200b79
1 # SPDX-License-Identifier: GPL-2.0-or-later
4 # TI/Luminary Stellaris LM3S811 Evaluation Kits (rev B and earlier)
6 # http://www.ti.com/tool/ek-lm3s811
9 # NOTE: newer 811-EK boards (rev C and above) shouldn't use this.
10 # use board/ek-lm3s811.cfg
11 source [find interface/ftdi/luminary-lm3s811.cfg]
13 # include the target config
14 set WORKAREASIZE 0x2000
15 set CHIPNAME lm3s811
16 source [find target/stellaris.cfg]