From: David Brownell Date: Mon, 16 Aug 2010 04:36:52 +0000 (-0400) Subject: Update comments for some Stellaris EK boards. X-Git-Tag: v0.5.0-rc1~442 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=70794664f1a923c1fa2912f2b3ac81c7c1fc1ff5 Update comments for some Stellaris EK boards. These don't need to use the on-board debuggers in JTAG mode. Off-board is OK, as would be SWD mode. Signed-off-by: David Brownell --- diff --git a/tcl/board/ek-lm3s3748.cfg b/tcl/board/ek-lm3s3748.cfg index 7613a0ad28..4695c89e90 100644 --- a/tcl/board/ek-lm3s3748.cfg +++ b/tcl/board/ek-lm3s3748.cfg @@ -2,6 +2,7 @@ # http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html # NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional! +# so is using it in JTAG mode, as done here. source [find interface/luminary.cfg] source [find target/stellaris.cfg] diff --git a/tcl/board/ek-lm3s811.cfg b/tcl/board/ek-lm3s811.cfg index 66519f674f..f036bc5e0a 100644 --- a/tcl/board/ek-lm3s811.cfg +++ b/tcl/board/ek-lm3s811.cfg @@ -3,7 +3,8 @@ # # 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]