add src/hello.c to augment new command tutorial
authorZachary T Welch <zw@superlucidity.net>
Wed, 11 Nov 2009 09:20:49 +0000 (01:20 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 18:57:57 +0000 (10:57 -0800)
commit89870c86e7aafd81a5720fcfd30002d24d26b232
treec41dcace73f7873ed92ab6bd625871c494a00c3f
parentf973320cbb98d661bc0e4ba4fa9939ce8bce2b83
add src/hello.c to augment new command tutorial

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.
src/Makefile.am
src/hello.c [new file with mode: 0644]
src/openocd.c