aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-28 16:06:24 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-28 16:06:24 +0100
commit633b1a2b49f84720e7f9ec24f42abfefd558ec6a (patch)
tree9917a0af60402c68ce22f631a9b93ec3424e571f
parent852289bc4935ec8ac27242812fccb4806e304859 (diff)
docs: remove obsolete luminary target info
The lm3s variant is not required as this is handled in the target script - see tcl/target/stellaris.cfg. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
-rw-r--r--doc/openocd.texi9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 069367d9..e3934e81 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -3602,14 +3602,7 @@ At this writing, the supported CPU types and variants are:
(Support for this is preliminary and incomplete.)
@item @code{cortex_a8} -- this is an ARMv7 core with an MMU
@item @code{cortex_m3} -- this is an ARMv7 core, supporting only the
-compact Thumb2 instruction set. It supports one variant:
-@itemize @minus
-@item @code{lm3s} ... Use this when debugging older Stellaris LM3S targets.
-This will cause OpenOCD to use a software reset rather than asserting
-SRST, to avoid a issue with clearing the debug registers.
-This is fixed in Fury Rev B, DustDevil Rev B, Tempest; these revisions will
-be detected and the normal reset behaviour used.
-@end itemize
+compact Thumb2 instruction set.
@item @code{dragonite} -- resembles arm966e
@item @code{dsp563xx} -- implements Freescale's 24-bit DSP.
(Support for this is still incomplete.)