diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-08-16 08:25:37 -0400 |
---|---|---|
committer | David Brownell <db@helium.(none)> | 2010-08-16 08:25:37 -0400 |
commit | 962946ea89fd948ab8c147134f06caa89b31e244 (patch) | |
tree | cac30b26d5ae442adbedb63e91d04fb9393a41b8 /tcl/board/ek-lm3s9b9x.cfg | |
parent | 66fb1767669775745631843eb5e7b373110d76a7 (diff) | |
download | openocd+libswd-962946ea89fd948ab8c147134f06caa89b31e244.tar.gz openocd+libswd-962946ea89fd948ab8c147134f06caa89b31e244.tar.bz2 openocd+libswd-962946ea89fd948ab8c147134f06caa89b31e244.tar.xz openocd+libswd-962946ea89fd948ab8c147134f06caa89b31e244.zip |
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 <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board/ek-lm3s9b9x.cfg')
-rw-r--r-- | tcl/board/ek-lm3s9b9x.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg index fb6272af..099e40d5 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] |