From: openocd-gerrit <ope...@us...> - 2023-04-14 15:15:37
|
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 0384fe5d596f42388f8b84d42959d899f29388ab (commit) from ffd9638bdb04fb3021a20f78330c4692a2ebab6a (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 0384fe5d596f42388f8b84d42959d899f29388ab Author: Tomas Vanek <va...@fb...> Date: Tue Apr 4 13:03:59 2023 +0200 doc: drop "resume will wait 5 seconds" Checkpatch-ignore: GIT_COMMIT_ID Waiting for running state was removed from handle_resume_command() in commit a92d27afb073 ("very long and bad structured commit msg without anything relevant to resume") around year 2008. Update the doc accordingly. Silent checkpatch or we have to copy 10 or more lines of the old commit msg. Signed-off-by: Tomas Vanek <va...@fb...> Change-Id: I3296cb2c29cf80aeed63eddd8fbf352edec778c1 Reviewed-on: https://review.openocd.org/c/openocd/+/7579 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 67661845d..fe72cf5fa 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8780,7 +8780,6 @@ power consumption (because the CPU is needlessly clocked). @deffn {Command} {resume} [address] Resume the target at its current code position, or the optional @var{address} if it is provided. -OpenOCD will wait 5 seconds for the target to resume. @end deffn @deffn {Command} {step} [address] ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |