summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-19 08:04:32 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-19 08:04:32 +0000
commit2cac9c333fae5a5c944e2cd05544d17ba3db1251 (patch)
tree2d60a8596d81c46d76d869420735955909616567 /doc
parent310300261b4450d6a8c5f51f4ef6c0479b6b7abe (diff)
downloadopenocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.tar.gz
openocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.tar.bz2
openocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.tar.xz
openocd_libswd-2cac9c333fae5a5c944e2cd05544d17ba3db1251.zip
daemon_startup is now retired in favour of adding "init" and "reset halt/init/run" to the end of the config file/openocd command line.
git-svn-id: svn://svn.berlios.de/openocd/trunk@835 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 2edb8560..83ee77c7 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -274,12 +274,6 @@ Default behaviour is <@var{enable}>
Port on which to listen for incoming TCL syntax. This port is intended as
a simplified RPC connection that can be used by clients to issue commands
and get the output from the TCL engine.
-@item @b{daemon_startup} <@var{mode}>
-@cindex daemon_startup
-@option{mode} can either @option{attach} or @option{reset}
-This is equivalent to adding "init" and "reset" to the end of the config script.
-
-It is available as a command mainly for backwards compatibility.
@end itemize
@section JTAG interface configuration
@@ -806,7 +800,6 @@ OpenOCD will wait 5 seconds for the target to resume.
@cindex step
Single-step the target at its current code position, or at an optional address.
-
@item @b{reset} [@option{run}|@option{halt}|@option{init}|@option{run_and_halt}
|@option{run_and_init}]
@cindex reset