summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-19 09:31:54 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-19 09:31:54 +0000
commitb78f488d637f17400163534f6e3a3f3e7ba9fdbe (patch)
treeede09d0df9f707629d600c6f3576890e01f64dcb /doc
parente852c61bb32e94eb125b9a976ecdd385b600aedd (diff)
downloadopenocd+libswd-b78f488d637f17400163534f6e3a3f3e7ba9fdbe.tar.gz
openocd+libswd-b78f488d637f17400163534f6e3a3f3e7ba9fdbe.tar.bz2
openocd+libswd-b78f488d637f17400163534f6e3a3f3e7ba9fdbe.tar.xz
openocd+libswd-b78f488d637f17400163534f6e3a3f3e7ba9fdbe.zip
- updated texi for removed daemon_startup command
- added info to deprecated/removed commands section git-svn-id: svn://svn.berlios.de/openocd/trunk@837 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 83ee77c7..c41832a7 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -532,12 +532,6 @@ target board
Endianess may be @option{little} or @option{big}.
-
-On JTAG interfaces / targets where system reset and test-logic reset can't be driven
-completely independent (like the LPC2000 series), or where the JTAG interface is
-unavailable for some time during startup (like the STR7 series), you can't use
-@option{reset_halt} or @option{reset_init}.
-
@item @b{target_script} <@var{target#}> <@var{event}> <@var{script_file}>
@cindex target_script
Event is one of the following:
@@ -804,8 +798,6 @@ Single-step the target at its current code position, or at an optional address.
|@option{run_and_init}]
@cindex reset
Perform a hard-reset. The optional parameter specifies what should happen after the reset.
-This optional parameter overrides the setting specified in the configuration file,
-making the new behaviour the default for the @option{reset} command.
With no arguments a "reset run" is executed
@itemize @minus
@@ -827,6 +819,7 @@ Let the target run for a certain amount of time, then request a halt.
Let the target run for a certain amount of time, then request a halt. Execute the
reset script once the target enters debug mode.
@end itemize
+The runtime can be set using the @option{run_and_halt_time} command.
@end itemize
@subsection Memory access commands
@@ -1449,6 +1442,11 @@ use @option{arm7_9 fast_memory_access} command with same args
@item @b{flash auto_erase}
@cindex flash auto_erase
use @option{flash write_image} command passing @option{erase} as the first parameter.
+@item @b{daemon_startup}
+@cindex daemon_startup
+this config option has been removed, simply adding @option{init} and @option{reset halt} to
+the end of your config script will give the same behaviour as using @option{daemon_startup reset}
+and @option{target cortex_m3 little reset_halt 0}.
@end itemize
@node FAQ