X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s811.cfg;h=f8b3a2e82ebf24c35ae14d5fbcfc85aa107f3afe;hb=d265fa78c348b7148e417f5fd041d694c7ee51aa;hp=5825c23dc3f3ebc7c052f793b3c01c813773e7fe;hpb=a5d02116a6b1f996ddbca8d9b0b10a602bc274d8;p=openocd.git diff --git a/tcl/board/ek-lm3s811.cfg b/tcl/board/ek-lm3s811.cfg index 5825c23dc3..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 -jtag_khz 500 - -jtag_nsrst_delay 100 - -#LM3S811 Evaluation Board has only srst -reset_config srst_only +set CHIPNAME lm3s811 +source [find target/stellaris.cfg]