2009-08-16 07:08:35 -05: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
|
2010-07-17 01:59:23 -05:00
|
|
|
# NOTE: older '811-EK boards (before rev C) shouldn't use this.
|
2009-08-16 07:08:35 -05:00
|
|
|
source [find interface/luminary.cfg]
|
|
|
|
|
2010-07-17 01:59:23 -05:00
|
|
|
set CHIPNAME lm3s811
|
|
|
|
|
2009-08-16 07:08:35 -05:00
|
|
|
# include the target config
|
2010-07-17 01:59:23 -05:00
|
|
|
source [find target/stellaris.cfg]
|
2009-08-16 07:08:35 -05:00
|
|
|
|
|
|
|
|
2010-03-15 10:41:30 -05:00
|
|
|
adapter_nsrst_delay 100
|
2009-08-16 07:08:35 -05:00
|
|
|
|
|
|
|
#LM3S811 Evaluation Board has only srst
|
|
|
|
reset_config srst_only
|