From: David B. <dbr...@us...> - 2010-08-16 14:27:04
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 962946ea89fd948ab8c147134f06caa89b31e244 (commit) from 66fb1767669775745631843eb5e7b373110d76a7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 962946ea89fd948ab8c147134f06caa89b31e244 Author: David Brownell <dbr...@us...> Date: Mon Aug 16 08:25:37 2010 -0400 update more Stellaris EK board comments Using the bundled JTAG/SWD debug support in JTAG mode is optional on *all* of the EK boards. Signed-off-by: David Brownell <dbr...@us...> diff --git a/tcl/board/ek-lm3s1968.cfg b/tcl/board/ek-lm3s1968.cfg index 28066f3..cb83a3a 100644 --- a/tcl/board/ek-lm3s1968.cfg +++ b/tcl/board/ek-lm3s1968.cfg @@ -8,6 +8,8 @@ # source [find interface/jlink.cfg] # 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 in JTAG mode, as done here. source [find interface/luminary.cfg] # include the target config diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg index fb6272a..099e40d 100644 --- a/tcl/board/ek-lm3s9b9x.cfg +++ b/tcl/board/ek-lm3s9b9x.cfg @@ -5,6 +5,8 @@ # http://www.luminarymicro.com/products/ek-lm3s9b92.html # +# 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] ----------------------------------------------------------------------- Summary of changes: tcl/board/ek-lm3s1968.cfg | 2 ++ tcl/board/ek-lm3s9b9x.cfg | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |