19 lines
406 B
INI
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
|