X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s9b9x.cfg;h=6dd7b31a89539fb40c6fb2e3149a6adaa72683c3;hp=83f67319bf042657f53e809d3d859570ec452570;hb=e2b1f06f937e74bdf063c13da8a979e8a921ba5b;hpb=31b47688ca5015bc91fb3480135a9e4efd53586a diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg index 83f67319bf..6dd7b31a89 100644 --- a/tcl/board/ek-lm3s9b9x.cfg +++ b/tcl/board/ek-lm3s9b9x.cfg @@ -1,22 +1,14 @@ # -# Luminary Micro Stellaris LM3S9B9x Evaluation Kits +# TI/Luminary Stellaris LM3S9B9x Evaluation Kits # -# http://www.luminarymicro.com/products/ek-lm3s9b90.html -# http://www.luminarymicro.com/products/ek-lm3s9b92.html +# http://www.ti.com/tool/ek-lm3s9b90 +# http://www.ti.com/tool/ek-lm3s9b92 # # NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional! # so is using in JTAG mode, as done here. -source [find interface/luminary-icdi.cfg] +source [find interface/ftdi/luminary-icdi.cfg] set WORKAREASIZE 0x4000 set CHIPNAME lm3s9b9x source [find target/stellaris.cfg] - -# jtag speed -adapter_khz 500 - -adapter_nsrst_delay 100 - -#LM3S9B9x Evaluation Board has only srst -reset_config srst_only