diff options
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/ek-lm3s9b9x.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg new file mode 100644 index 00000000..ccf7c883 --- /dev/null +++ b/tcl/board/ek-lm3s9b9x.cfg @@ -0,0 +1,18 @@ +# +# Luminary Micro Stellaris LM3S9B9x Evaluation Kits +# +# http://www.luminarymicro.com/products/ek-lm3s9b90.html +# http://www.luminarymicro.com/products/ek-lm3s9b92.html +# + +source [find interface/luminary-icdi.cfg] +source [find target/lm3s9b9x.cfg] + +# jtag speed +jtag_khz 500 + +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 + +#LM3S9B9x Evaluation Board has only srst +reset_config srst_only |