2009-08-16 12:08:35 +00:00
|
|
|
#
|
|
|
|
# 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
|
2010-03-15 15:37:43 +00:00
|
|
|
adapter_khz 500
|
2009-08-16 12:08:35 +00:00
|
|
|
|
2010-03-15 15:41:30 +00:00
|
|
|
adapter_nsrst_delay 100
|
2009-08-16 12:08:35 +00:00
|
|
|
|
|
|
|
#LM3S811 Evaluation Board has only srst
|
|
|
|
reset_config srst_only
|