From: Øyvind H. <go...@us...> - 2010-05-11 20:01:56
|
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 4e022886d63bc05502ae51264ce9ba85e8c188c1 (commit) via 4cf13101e5a75ffa0a84070133c2a5f764315d53 (commit) from 3650981de7e5854b5023fddeb1a4656794a0aae0 (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 4e022886d63bc05502ae51264ce9ba85e8c188c1 Author: Marc Pignat <mar...@he...> Date: Tue May 11 07:59:22 2010 +0200 Documentation: consistency in GDB command name Always use the complete name of the GDB command, not an abbreviation. diff --git a/doc/openocd.texi b/doc/openocd.texi index 5e703f1..c95803a 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -537,7 +537,7 @@ command interpreter today is a mixture of (newer) JIM-Tcl commands, and (older) the orginal command interpreter. @item @b{Commands} -@* At the OpenOCD telnet command line (or via the GDB mon command) one +@* At the OpenOCD telnet command line (or via the GDB monitor command) one can type a Tcl for() loop, set variables, etc. Some of the commands documented in this guide are implemented as Tcl scripts, from a @file{startup.tcl} file internal to the server. commit 4cf13101e5a75ffa0a84070133c2a5f764315d53 Author: Marc Pignat <mar...@he...> Date: Tue May 11 07:58:57 2010 +0200 Documentation : arm920t implements armv4 There is a small typo in the cpu list, arm920t is armv4. diff --git a/doc/openocd.texi b/doc/openocd.texi index a4c4de2..5e703f1 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3432,7 +3432,7 @@ At this writing, the supported CPU types and variants are: @item @code{arm11} -- this is a generation of ARMv6 cores @item @code{arm720t} -- this is an ARMv4 core with an MMU @item @code{arm7tdmi} -- this is an ARMv4 core -@item @code{arm920t} -- this is an ARMv5 core with an MMU +@item @code{arm920t} -- this is an ARMv4 core with an MMU @item @code{arm926ejs} -- this is an ARMv5 core with an MMU @item @code{arm966e} -- this is an ARMv5 core @item @code{arm9tdmi} -- this is an ARMv4 core ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |