openocd/tcl/board/ek-lm3s811.cfg
David Brownell 70794664f1 Update comments for some Stellaris EK boards.
These  don't need to use the on-board debuggers in JTAG mode.
Off-board is OK, as would be SWD mode.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-08-16 00:36:52 -04:00

21 lines
526 B
INI

#
# TI/Luminary Stellaris LM3S811 Evaluation Kits
#
# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
# so is using it in JTAG mode, as done here.
# NOTE: older '811-EK boards (before rev C) shouldn't use this.
source [find interface/luminary.cfg]
set CHIPNAME lm3s811
# include the target config
source [find target/stellaris.cfg]
adapter_nsrst_delay 100
#LM3S811 Evaluation Board has only srst
reset_config srst_only