summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-16 00:23:00 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-16 00:23:00 +0000
commit5f9b74d0557ec577b45d7af18312bab58098c9d9 (patch)
treeb64201d781c926d1db56fe12ce0601473bbd9d8a /doc
parent03803a9d792d613e60fcc0b5e810e68488e17b87 (diff)
downloadopenocd+libswd-5f9b74d0557ec577b45d7af18312bab58098c9d9.tar.gz
openocd+libswd-5f9b74d0557ec577b45d7af18312bab58098c9d9.tar.bz2
openocd+libswd-5f9b74d0557ec577b45d7af18312bab58098c9d9.tar.xz
openocd+libswd-5f9b74d0557ec577b45d7af18312bab58098c9d9.zip
David Brownell <david-b@pacbell.net>:
Doc update: say "jtag newtap ... -disable" records the state after exiting the RESET state, matching the only implementation we're working with so far (TI ICEpick-C). Matching code updates. Now we can be sure that the "enabled" flag value is correct after JTAG resets. git-svn-id: svn://svn.berlios.de/openocd/trunk@2246 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 304fc62a..7f73a4c3 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2314,8 +2314,9 @@ A TAP may also provide optional @var{configparams}:
@itemize @bullet
@item @code{-disable} (or @code{-enable})
-@*Use the @code{-disable} paramater to flag a TAP which is not
-linked in to the scan chain when it is declared.
+@*Use the @code{-disable} parameter to flag a TAP which is not
+linked in to the scan chain after a reset using either TRST
+or the JTAG state machine's @sc{reset} state.
You may use @code{-enable} to highlight the default state
(the TAP is linked in).
@xref{Enabling and Disabling TAPs}.
@@ -5079,7 +5080,7 @@ and @command{irscan} commands are:
@end itemize
Note that only six of those states are fully ``stable'' in the
-face of TMS fixed (usually low)
+face of TMS fixed (low except for @sc{reset})
and a free-running JTAG clock. For all the
others, the next TCK transition changes to a new state.