* Fix typos * Add available tap_states
* Fix typos * Add available tap_states Signed-off-by: Dirk Behme <[email protected]> --- doc/openocd.texi | 49 +++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 43 insertions(+), 6 deletions(-) Index: trunk/doc/openocd.texi =================================================================== --- trunk.orig/doc/openocd.texi +++ trunk/doc/openocd.texi @@ -1407,7 +1407,7 @@ parameters'', the required parameters ar @itemize @bullet @item @b{-irlen NUMBER} - the length in bits of the instruction register @item @b{-ircapture NUMBER} - the ID code capture command. -...@item @b{-irmask NUMBER} - the corrisponding mask for the ir register. +...@item @b{-irmask NUMBER} - the corresponding mask for the ir register. @comment END REQUIRED @end itemize An example of a FOOBAR Tap @@ -2347,14 +2347,12 @@ port is 5555. @section Daemon Commands -...@subsection sleep -...@b{sleep} <@var{msec}> +...@subsection sleep [...@var{msec}] @cindex sleep @*Wait for n milliseconds before resuming. Useful in connection with script files (@var{script} command and @var{target_script} configuration). -...@subsection sleep -...@b{shutdown} +...@subsection shutdown @cindex shutdown @*Close the OpenOCD daemon, disconnecting all clients (GDB, Telnet, Other). @@ -2751,7 +2749,8 @@ In general these commands control JTAG t example if you need to control a JTAG Route Controller (ie: the OMAP3530 on the Beagle Board has one) you might use these commands in a script or an event procedure. - +...@section Commands +...@cindex Commands @itemize @bullet @item @b{scan_chain} @cindex scan_chain @@ -2785,6 +2784,44 @@ a script or an event procedure. Display/modify variable field <@var{var}> <@var{field}> [...@var{value}|@var{flip}]. @end itemize +...@section Tap states +...@cindex Tap states +Available tap_states are: +...@itemize @bullet +...@item @b{RESET} +...@cindex RESET +...@item @b{IDLE} +...@cindex IDLE +...@item @b{DRSELECT} +...@cindex DRSELECT +...@item @b{DRCAPTURE} +...@cindex DRCAPTURE +...@item @b{DRSHIFT} +...@cindex DRSHIFT +...@item @b{DREXIT1} +...@cindex DREXIT1 +...@item @b{DRPAUSE} +...@cindex DRPAUSE +...@item @b{DREXIT2} +...@cindex DREXIT2 +...@item @b{DRUPDATE} +...@cindex DRUPDATE +...@item @b{IRSELECT} +...@cindex IRSELECT +...@item @b{IRCAPTURE} +...@cindex IRCAPTURE +...@item @b{IRSHIFT} +...@cindex IRSHIFT +...@item @b{IREXIT1} +...@cindex IREXIT1 +...@item @b{IRPAUSE} +...@cindex IRPAUSE +...@item @b{IREXIT2} +...@cindex IREXIT2 +...@item @b{IRUPDATE} +...@cindex IRUPDATE +...@end itemize + @node TFTP @chapter TFTP
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
