mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-24 10:57:11 +10:00
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>
18 lines
369 B
INI
18 lines
369 B
INI
#
|
|
# Luminary Micro Stellaris LM3S9B9x Evaluation Kits
|
|
#
|
|
# http://www.luminarymicro.com/products/ek-lm3s9b90.html
|
|
# http://www.luminarymicro.com/products/ek-lm3s9b92.html
|
|
#
|
|
|
|
source [find interface/luminary-icdi.cfg]
|
|
source [find target/lm3s9b9x.cfg]
|
|
|
|
# jtag speed
|
|
adapter_khz 500
|
|
|
|
adapter_nsrst_delay 100
|
|
|
|
#LM3S9B9x Evaluation Board has only srst
|
|
reset_config srst_only
|