2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-23 18:17:14 +10:00
openocd/tcl/board/ek-lm3s811.cfg
David Brownell 96f9790279 rename jtag_khz as adapter_khz
Globally rename "jtag_khz" as "adapter_khz", 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.  (We may want to
update it to include a nag message too.)

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

19 lines
409 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
jtag_nsrst_delay 100
#LM3S811 Evaluation Board has only srst
reset_config srst_only