From: Spencer O. <nt...@us...> - 2010-07-21 15:50:49
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 450aaad1e92ad039ef6a34c11e752a0a315c5397 (commit) from 260eb4548b01da3ecd2cd146bb22a0f36df1a038 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 450aaad1e92ad039ef6a34c11e752a0a315c5397 Author: Spencer Oliver <nt...@us...> Date: Tue Jul 20 10:46:54 2010 +0100 docs: removed unused cmd 'fast' The cmd fast was removed in commit c0d14dc7f19d785702eee5f69de5b1a63902554b Signed-off-by: Spencer Oliver <nt...@us...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 08578fa..89c9f66 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5430,25 +5430,6 @@ file (which is normally the server's standard output). @xref{Running}. @end deffn -@deffn Command fast (@option{enable}|@option{disable}) -Default disabled. -Set default behaviour of OpenOCD to be "fast and dangerous". - -At this writing, this only affects the defaults for two ARM7/ARM9 parameters: -fast memory access, and DCC downloads. Those parameters may still be -individually overridden. - -The target specific "dangerous" optimisation tweaking options may come and go -as more robust and user friendly ways are found to ensure maximum throughput -and robustness with a minimum of configuration. - -Typically the "fast enable" is specified first on the command line: - -@example -openocd -c "fast enable" -c "interface dummy" -f target/str710.cfg -@end example -@end deffn - @deffn Command echo message Logs a message at "user" priority. Output @var{message} to stdout. ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) hooks/post-receive -- Main OpenOCD repository |