blob: 5825c23dc3f3ebc7c052f793b3c01c813773e7fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# 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
|