doc: document noinit command

Change-Id: I915c7d3231935fd44407b5fa65d86d4cb93e8db5
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/6761
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Tomas Vanek 2021-12-01 12:58:19 +01:00 committed by Antonio Borneo
parent dfc9b8e90d
commit 2753c9868e
1 changed files with 7 additions and 0 deletions

View File

@ -2093,6 +2093,13 @@ corresponding subsystems:
@end deffn @end deffn
@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} @deffn {Overridable Procedure} {jtag_init}
This is invoked at server startup to verify that it can talk This is invoked at server startup to verify that it can talk
to the scan chain (list of TAPs) which has been configured. to the scan chain (list of TAPs) which has been configured.