From: OpenOCD-Gerrit <ope...@us...> - 2021-12-11 17:41:30
|
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 2753c9868e28467e700799a8584b589af9e88600 (commit) from dfc9b8e90d91b387ced8e98de64434bad2c9a552 (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 2753c9868e28467e700799a8584b589af9e88600 Author: Tomas Vanek <va...@fb...> Date: Wed Dec 1 12:58:19 2021 +0100 doc: document noinit command Change-Id: I915c7d3231935fd44407b5fa65d86d4cb93e8db5 Signed-off-by: Tomas Vanek <va...@fb...> Reviewed-on: https://review.openocd.org/c/openocd/+/6761 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 40ff65ccb..cceba7926 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2093,6 +2093,13 @@ corresponding subsystems: @end deffn @end deffn +@deffn {Config Command} {noinit} +Prevent OpenOCD from implicit @command{init} call at the end of startup. +Allows issuing configuration commands over telnet or Tcl connection. +When you are done with configuration use @command{init} to enter +the run stage. +@end deffn + @deffn {Overridable Procedure} {jtag_init} This is invoked at server startup to verify that it can talk to the scan chain (list of TAPs) which has been configured. ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- Main OpenOCD repository |