ARMv7: help/usage updates
commit17921f51abc4402c9c5aadf3e664eb37663f744f
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 7 Jan 2010 23:52:38 +0000 (7 15:52 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 8 Jan 2010 00:18:01 +0000 (7 16:18 -0800)
tree5498b9708468e97529bb20e9799e9e99fc2f5af7
parente19fe9ad09e28df1976257052afe6edf765aa778
ARMv7: help/usage updates

Provide helptext which was sometimes missing; update some of it
to be more accurate.

Usage syntax messages have the same EBNF as the User's Guide;
there should be no angle brackets in either place.

Don't use "&function"; functions are like arrays, their address
is their name.  Shrink some overlong lines, remove some empties.

Add a couple comments about things that should change:  those
extra TCK cycles for MEM-AP reads are in the wrong place (that
might explain some problems we've seen); the DAP command tables
should be shared, not copied.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
doc/openocd.texi
src/target/arm_adi_v5.c
src/target/armv7a.c
src/target/armv7m.c
src/target/cortex_a8.c
src/target/cortex_m3.c