diff options
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/ek-lm3s811.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tcl/board/ek-lm3s811.cfg b/tcl/board/ek-lm3s811.cfg new file mode 100644 index 00000000..d3f93d06 --- /dev/null +++ b/tcl/board/ek-lm3s811.cfg @@ -0,0 +1,19 @@ +# +# 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 +jtag_ntrst_delay 100 + +#LM3S811 Evaluation Board has only srst +reset_config srst_only |