aboutsummaryrefslogtreecommitdiff
path: root/src/hello.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-06build: cleanup src/ directorySpencer Oliver1-1/+1
Change-Id: Ia6ed99ce75625ad6ef5e0d3c3bbdc1c1bec21df3 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/407 Tested-by: jenkins
2010-04-10HELLO: review unused symbolsAntonio Borneo1-4/+0
Remove unused functions: - hello_register_commands Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2009-11-25improve command handling examplesZachary T Welch1-0/+35
Removes hello and foo commands from top-level registration. Instead, the dummy interface driver and faux flash driver have been augmented to register these commands as sub-commands.