diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-30 09:09:30 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-30 09:09:30 +0000 |
commit | f130f95d455332a114e468b3f77a203e3fdf4aee (patch) | |
tree | 70f00a72c9850087e07065a6094d78b49a94c151 /doc | |
parent | 0894ae214a0bb7ab17e772abdc4d512e8991be31 (diff) | |
download | openocd+libswd-f130f95d455332a114e468b3f77a203e3fdf4aee.tar.gz openocd+libswd-f130f95d455332a114e468b3f77a203e3fdf4aee.tar.bz2 openocd+libswd-f130f95d455332a114e468b3f77a203e3fdf4aee.tar.xz openocd+libswd-f130f95d455332a114e468b3f77a203e3fdf4aee.zip |
Marcel Jost <marcel.jost@bfh.ch>:
This patch adds support for the Luminary Micro LM3S9B90 target and
LM3S9B92 Evaluation Kit. These kits include a new ft2232 adapter, the
Luminary In-Circuit Debug Interface (ICDI) Board, so this is added as a
new ft2232 layout called "luminary_icdi".
git-svn-id: svn://svn.berlios.de/openocd/trunk@2429 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index b9520604..b1aae199 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -539,6 +539,8 @@ chips are starting to become available in JTAG adapters. @* See: @url{http://www.signalyzer.com} @item @b{evb_lm3s811} @* See: @url{http://www.luminarymicro.com} - The Stellaris LM3S811 eval board has an FTD2232C chip built in. +@item @b{luminary_icdi} +@* See: @url{http://www.luminarymicro.com} - Luminary In-Circuit Debug Interface (ICDI) Board, included in the Stellaris LM3S9B90 and LM3S9B92 Evaluation Kits. @item @b{olimex-jtag} @* See: @url{http://www.olimex.com} @item @b{flyswatter} @@ -1829,6 +1831,7 @@ Currently valid layout @var{name} values include: @item @b{evb_lm3s811} Luminary Micro EVB_LM3S811 as a JTAG interface, either for the local Cortex-M3 (SRST only) or in a passthrough mode (neither SRST nor TRST) +@item @b{luminary_icdi} Luminary In-Circuit Debug Interface (ICDI) Board @item @b{flyswatter} Tin Can Tools Flyswatter @item @b{icebear} ICEbear JTAG adapter from Section 5 @item @b{jtagkey} Amontec JTAGkey and JTAGkey-Tiny (and compatibles) |