2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-24 10:57:11 +10:00
openocd/tcl/board/ek-lm3s811.cfg
David Brownell b559b273b5 rename jtag_nsrst_delay as adapter_nsrst_delay
Globally rename "jtag_nsrst_delay" as "adapter_nsrst_delay", and move it
out of the "jtag" command group ...  it needs to be used with non-JTAG
transports

Includes a migration aid (in jtag/startup.tcl) so that old user scripts
won't break.  That aid should Sunset in about a year.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-03-15 08:41:30 -07:00

19 lines
412 B
INI

#
# TI/Luminary Stellaris LM3S811 Evaluation Kits
#
# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
# include the FT2232 interface config for on-board JTAG interface
source [find interface/luminary.cfg]
# include the target config
source [find target/lm3s811.cfg]
# jtag speed
adapter_khz 500
adapter_nsrst_delay 100
#LM3S811 Evaluation Board has only srst
reset_config srst_only