diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-08-16 00:36:52 -0400 |
---|---|---|
committer | David Brownell <db@helium.(none)> | 2010-08-16 00:36:52 -0400 |
commit | 70794664f1a923c1fa2912f2b3ac81c7c1fc1ff5 (patch) | |
tree | 83a16ea915301e6e6fb4361ba0a090780af1de96 /tcl/board/ek-lm3s3748.cfg | |
parent | c54c323cf3b6b26c9d27d8bc4237daca4ba18e66 (diff) | |
download | openocd+libswd-70794664f1a923c1fa2912f2b3ac81c7c1fc1ff5.tar.gz openocd+libswd-70794664f1a923c1fa2912f2b3ac81c7c1fc1ff5.tar.bz2 openocd+libswd-70794664f1a923c1fa2912f2b3ac81c7c1fc1ff5.tar.xz openocd+libswd-70794664f1a923c1fa2912f2b3ac81c7c1fc1ff5.zip |
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 <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board/ek-lm3s3748.cfg')
-rw-r--r-- | tcl/board/ek-lm3s3748.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl/board/ek-lm3s3748.cfg b/tcl/board/ek-lm3s3748.cfg index 7613a0ad..4695c89e 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] |