doc: document noinit command
authorTomas Vanek <vanekt@fbl.cz>
Wed, 1 Dec 2021 11:58:19 +0000 (12:58 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 11 Dec 2021 17:41:01 +0000 (17:41 +0000)
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>
doc/openocd.texi

index 40ff65ccb4eef502ea6309e43cf3c58638ad475e..cceba7926059f75ba635c8c36af25e2a847513e1 100644 (file)
@@ -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.