index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hello.c
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/ directory
Spencer Oliver
2012-01-04
Change return value on error.
Mathias K
2010-04-10
HELLO: review unused symbols
Antonio Borneo
2010-01-08
Doc/examples: clarify usage messages
David Brownell
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-11-30
fix foo command group help messages
Zachary T Welch
2009-11-25
improve command handling examples
Zachary T Welch
2009-11-24
demonstrate chaining with foo commands
Zachary T Welch
2009-11-24
hello: use register_commands()
Zachary T Welch
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-18
update src/hello.c with parsing examples
Zachary T Welch
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-13
command_t -> struct command
Zachary T Welch
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
add src/hello.c to augment new command tutorial
Zachary T Welch