mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-23 10:09:03 +10:00
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>
18 lines
366 B
INI
18 lines
366 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
|
|
|
|
jtag_nsrst_delay 100
|
|
|
|
#LM3S9B9x Evaluation Board has only srst
|
|
reset_config srst_only
|