diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-28 21:01:24 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-28 21:01:24 +0000 |
commit | 530057a846a7b9544ce514155541814cf2a7f477 (patch) | |
tree | d776572ee50f3a252ed91429aab2b9168e225177 /doc | |
parent | db7c3810c2248c0560e00ab4f0532ffab2f173a7 (diff) | |
download | openocd_libswd-530057a846a7b9544ce514155541814cf2a7f477.tar.gz openocd_libswd-530057a846a7b9544ce514155541814cf2a7f477.tar.bz2 openocd_libswd-530057a846a7b9544ce514155541814cf2a7f477.tar.xz openocd_libswd-530057a846a7b9544ce514155541814cf2a7f477.zip |
- added run_and_halt_time to deprecated/removed functions section
git-svn-id: svn://svn.berlios.de/openocd/trunk@880 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 04605f09..de996eb9 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1434,6 +1434,15 @@ use @option{flash write_image} command passing @option{erase} as the first param 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}. +@item @b{run_and_halt_time} +@cindex run_and_halt_time +This command has been removed for simpler reset behaviour, it can be simulated with the +following commands: +@smallexample +reset run +sleep 100 +halt +@end smallexample @end itemize @node FAQ |