openocd/tcl/board/ek-lm3s811.cfg
oharboe a5d02116a6 David Brownell <david-b@pacbell.net> The Stellaris eval boards don't have TRST signals, so
defining ntrst_delay is pointless; don't.

At least the LM3S3748 eval board doesn't need nsrst_delay
either; remove that too.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2645 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-08-28 06:53:35 +00:00

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