openocd/src
David Brownell b3bf1d12b2 streamline and document helptext mode displays
Most commands are usable only at runtime; so don't bother saying
that, it's noise.  Moreover, tokens like EXEC are cryptic.  Be
more clear: highlight only the commands which may (also) be used
during the config stage, thus matching the docs more closely.
There are

 - Configuration commands (per documentation)
 - And also some commands that valid at *any* time.

Update the docs to note that "help" now shows this mode info.

This also highlighted a few mistakes in command configuration,
mostly commands listed as "valid at any time" which shouldn't
have been.  This just fixes ones I noted when sanity testing.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-02 15:52:35 -08:00
..
flash streamline and document helptext mode displays 2010-01-02 15:52:35 -08:00
helper streamline and document helptext mode displays 2010-01-02 15:52:35 -08:00
jtag zy1000: firmware upgrade fixes for revc 2009-12-30 12:12:24 +01:00
pld build: add build/src to include path 2009-12-08 10:16:10 +01:00
server streamline and document helptext mode displays 2010-01-02 15:52:35 -08:00
svf cygwin 1.7 build fixes 2009-12-26 10:19:19 -08:00
target streamline and document helptext mode displays 2010-01-02 15:52:35 -08:00
xsvf build: add build/src to include path 2009-12-08 10:16:10 +01:00
ecosboard.c zy1000: add zy1000_ prefix to uart command 2009-12-30 13:13:31 +01:00
hello.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
openocd.c server: add server_preinit which is called before config file is parsed. 2009-12-11 10:26:15 +00:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00