X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s811.cfg;h=f8b3a2e82ebf24c35ae14d5fbcfc85aa107f3afe;hb=523c172280b10dea9e65ff726face6f0deed4736;hp=7d3f2ce345b4d187f10c39768cd5cc0767254085;hpb=b559b273b526b3077b3ca219eecc8df9f86efac0;p=openocd.git diff --git a/tcl/board/ek-lm3s811.cfg b/tcl/board/ek-lm3s811.cfg index 7d3f2ce345..f8b3a2e82e 100644 --- a/tcl/board/ek-lm3s811.cfg +++ b/tcl/board/ek-lm3s811.cfg @@ -3,16 +3,11 @@ # # http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html -# include the FT2232 interface config for on-board JTAG interface +# NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional! +# so is using it in JTAG mode, as done here. +# NOTE: older '811-EK boards (before rev C) shouldn't use this. source [find interface/luminary.cfg] # include the target config -source [find target/lm3s811.cfg] - -# jtag speed -adapter_khz 500 - -adapter_nsrst_delay 100 - -#LM3S811 Evaluation Board has only srst -reset_config srst_only +set CHIPNAME lm3s811 +source [find target/stellaris.cfg]