summaryrefslogtreecommitdiff
path: root/src/hello.c
Commit message (Collapse)AuthorAgeFilesLines
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
| | | | Remove misleading typedef and redundant suffix from struct command_context.
* add src/hello.c to augment new command tutorialZachary T Welch2009-11-131-0/+57
The hello module provides the 'hello' command, printing a greetings to the command console. It can grow to serve as pedagogical example of services that OpenOCD developers should use: a runnable style guide.