From: Tomas Vanek Date: Wed, 1 Dec 2021 11:58:19 +0000 (+0100) Subject: doc: document noinit command X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2753c9868e28467e700799a8584b589af9e88600;p=fw%2Fopenocd doc: document noinit command Change-Id: I915c7d3231935fd44407b5fa65d86d4cb93e8db5 Signed-off-by: Tomas Vanek Reviewed-on: https://review.openocd.org/c/openocd/+/6761 Tested-by: jenkins Reviewed-by: Antonio Borneo --- 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.