aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomas Vanek <vanekt@fbl.cz>2021-12-01 12:58:19 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-12-11 17:41:01 +0000
commit2753c9868e28467e700799a8584b589af9e88600 (patch)
treed51999558dcbed89fabd10e1fa05e4bc92d71287 /doc
parentdfc9b8e90d91b387ced8e98de64434bad2c9a552 (diff)
downloadriscv-openocd-2753c9868e28467e700799a8584b589af9e88600.zip
riscv-openocd-2753c9868e28467e700799a8584b589af9e88600.tar.gz
riscv-openocd-2753c9868e28467e700799a8584b589af9e88600.tar.bz2
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 40ff65c..cceba79 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.