From 530057a846a7b9544ce514155541814cf2a7f477 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Mon, 28 Jul 2008 21:01:24 +0000 Subject: - 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 --- doc/openocd.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3