From: openocd-gerrit <ope...@us...> - 2024-08-25 12:36:11
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via a414ffaf65171bf2d1ed289397befca3cbf8b967 (commit) from ac63cd00d792331914db0b6edd3f427c30eec3fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a414ffaf65171bf2d1ed289397befca3cbf8b967 Author: Antonio Borneo <bor...@gm...> Date: Mon Aug 12 13:39:36 2024 +0200 doc: document command 'ms' Add documentation for the commands 'ms'. Change-Id: I247adce1c586c4f4cd36d044d48298c370635e67 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/8432 Tested-by: jenkins diff --git a/doc/openocd.texi b/doc/openocd.texi index 794762fa2..c78638276 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -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}. @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 @chapter Architecture and Core Commands @cindex Architecture Specific Commands ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- Main OpenOCD repository |