doc: document command 'ms'
Add documentation for the commands 'ms'. Change-Id: I247adce1c586c4f4cd36d044d48298c370635e67 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8432 Tested-by: jenkins
This commit is contained in:
parent
ac63cd00d7
commit
a414ffaf65
|
@ -9621,6 +9621,12 @@ Add or replace help text on the given @var{command_name}.
|
||||||
Add or replace usage text on the given @var{command_name}.
|
Add or replace usage text on the given @var{command_name}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
@deffn {Command} {ms}
|
||||||
|
Returns current time since the Epoch in ms
|
||||||
|
(See: @url{https://en.wikipedia.org/wiki/Epoch_(computing)}).
|
||||||
|
Useful to compute delays in TCL.
|
||||||
|
@end deffn
|
||||||
|
|
||||||
@node Architecture and Core Commands
|
@node Architecture and Core Commands
|
||||||
@chapter Architecture and Core Commands
|
@chapter Architecture and Core Commands
|
||||||
@cindex Architecture Specific Commands
|
@cindex Architecture Specific Commands
|
||||||
|
|
Loading…
Reference in New Issue