diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-08-03 21:29:05 -0400 |
---|---|---|
committer | David Brownell <db@helium.(none)> | 2010-08-03 21:29:05 -0400 |
commit | 28ddefd0659048773fd6066d0265fca76ca036d5 (patch) | |
tree | b9c6cdaf44b4784cf5aea2dbc23eeb746abc8b0b /tcl/interface | |
parent | 7682877c8ca59226f7131db5fe35253acf117bb4 (diff) | |
download | openocd+libswd-28ddefd0659048773fd6066d0265fca76ca036d5.tar.gz openocd+libswd-28ddefd0659048773fd6066d0265fca76ca036d5.tar.bz2 openocd+libswd-28ddefd0659048773fd6066d0265fca76ca036d5.tar.xz openocd+libswd-28ddefd0659048773fd6066d0265fca76ca036d5.zip |
Luminary-icdi comment update
Clarify that ICDI is the generic logic, but this config is
for the JTAG-only (no-SWD) mode.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/luminary-icdi.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tcl/interface/luminary-icdi.cfg b/tcl/interface/luminary-icdi.cfg index ec772562..94e00aee 100644 --- a/tcl/interface/luminary-icdi.cfg +++ b/tcl/interface/luminary-icdi.cfg @@ -2,6 +2,10 @@ # Luminary Micro Stellaris LM3S9B9x Evaluation Kits # In-Circuit Debug Interface (ICDI) Board # +# Essentially all Luminary debug hardware is the same, (with both +# JTAG and SWD support compatible with ICDI boards. This ICDI adapter +# configuration is JTAG-only, but the same hardware handles SWD too. +# # This is a discrete FT2232 based debug board which supports ARM's # JTAG/SWD connectors in both backwards-compatible 20-pin format and # in the new-style compact 10-pin. There's also an 8-pin connector |