19 lines
412 B
INI
19 lines
412 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
|
|
|
|
adapter_nsrst_delay 100
|
|
|
|
#LM3S811 Evaluation Board has only srst
|
|
reset_config srst_only
|