X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s9b9x.cfg;h=1dd42315bc011847d105ebb3d6a0b932f35275a0;hb=0f0545d6dc8e8bf1b472c9ef2afcb76739d22f80;hp=099e40d52117d5e1298f1af1ce9aa181203fa87d;hpb=962946ea89fd948ab8c147134f06caa89b31e244;p=openocd.git diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg index 099e40d521..1dd42315bc 100644 --- a/tcl/board/ek-lm3s9b9x.cfg +++ b/tcl/board/ek-lm3s9b9x.cfg @@ -1,19 +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 target/lm3s9b9x.cfg] -# jtag speed -adapter_khz 500 - -adapter_nsrst_delay 100 - -#LM3S9B9x Evaluation Board has only srst -reset_config srst_only +set WORKAREASIZE 0x4000 +set CHIPNAME lm3s9b9x +source [find target/stellaris.cfg]