From Dirk Behme - Further docu fixes
git-svn-id: svn://svn.berlios.de/openocd/trunk@1278 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
dbd26e3a27
commit
e03f4f5a9b
|
@ -1459,7 +1459,7 @@ parameters'', the required parameters are:
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item @b{-irlen NUMBER} - the length in bits of the instruction register
|
@item @b{-irlen NUMBER} - the length in bits of the instruction register
|
||||||
@item @b{-ircapture NUMBER} - the ID code capture command.
|
@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
|
@comment END REQUIRED
|
||||||
@end itemize
|
@end itemize
|
||||||
An example of a FOOBAR Tap
|
An example of a FOOBAR Tap
|
||||||
|
@ -2399,14 +2399,12 @@ port is 5555.
|
||||||
|
|
||||||
@section Daemon Commands
|
@section Daemon Commands
|
||||||
|
|
||||||
@subsection sleep
|
@subsection sleep [@var{msec}]
|
||||||
@b{sleep} <@var{msec}>
|
|
||||||
@cindex sleep
|
@cindex sleep
|
||||||
@*Wait for n milliseconds before resuming. Useful in connection with script files
|
@*Wait for n milliseconds before resuming. Useful in connection with script files
|
||||||
(@var{script} command and @var{target_script} configuration).
|
(@var{script} command and @var{target_script} configuration).
|
||||||
|
|
||||||
@subsection sleep
|
@subsection shutdown
|
||||||
@b{shutdown}
|
|
||||||
@cindex shutdown
|
@cindex shutdown
|
||||||
@*Close the OpenOCD daemon, disconnecting all clients (GDB, Telnet, Other).
|
@*Close the OpenOCD daemon, disconnecting all clients (GDB, Telnet, Other).
|
||||||
|
|
||||||
|
@ -2803,7 +2801,8 @@ In general these commands control JTAG taps at a very low level. For
|
||||||
example if you need to control a JTAG Route Controller (ie: the
|
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
|
OMAP3530 on the Beagle Board has one) you might use these commands in
|
||||||
a script or an event procedure.
|
a script or an event procedure.
|
||||||
|
@section Commands
|
||||||
|
@cindex Commands
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item @b{scan_chain}
|
@item @b{scan_chain}
|
||||||
@cindex scan_chain
|
@cindex scan_chain
|
||||||
|
@ -2837,6 +2836,44 @@ a script or an event procedure.
|
||||||
Display/modify variable field <@var{var}> <@var{field}> [@var{value}|@var{flip}].
|
Display/modify variable field <@var{var}> <@var{field}> [@var{value}|@var{flip}].
|
||||||
@end itemize
|
@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
|
@node TFTP
|
||||||
@chapter TFTP
|
@chapter TFTP
|
||||||
|
|
Loading…
Reference in New Issue