diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-07 23:21:41 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-07 23:21:41 +0000 |
commit | d512fe71ea48eb281584f8d67d1e17936d9f0518 (patch) | |
tree | 68d40048fb9813e43b72a50f472330a5490de32a | |
parent | 733dfb288fadefee93e61bb61a39171d210a93aa (diff) | |
download | openocd_libswd-d512fe71ea48eb281584f8d67d1e17936d9f0518.tar.gz openocd_libswd-d512fe71ea48eb281584f8d67d1e17936d9f0518.tar.bz2 openocd_libswd-d512fe71ea48eb281584f8d67d1e17936d9f0518.tar.xz openocd_libswd-d512fe71ea48eb281584f8d67d1e17936d9f0518.zip |
David Brownell <david-b@pacbell.net>:
Clarify docs for the evb_lm3s811 layout: works in
two modes, not just one.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2099 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | doc/openocd.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 39af9c07..65075d77 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1414,8 +1414,9 @@ Currently valid layout @var{name} values include: @item @b{axm0432_jtag} Axiom AXM-0432 @item @b{comstick} Hitex STR9 comstick @item @b{cortino} Hitex Cortino JTAG interface -@item @b{evb_lm3s811} Luminary Micro EVB_LM3S811 as a JTAG interface -(bypassing onboard processor), no TRST or SRST signals on external connector +@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{flyswatter} Tin Can Tools Flyswatter @item @b{icebear} ICEbear JTAG adapter from Section 5 @item @b{jtagkey} Amontec JTAGkey and JTAGkey-Tiny (and compatibles) |