aboutsummaryrefslogtreecommitdiff
path: root/src/hello.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18hello: include hello.hAntonio Borneo1-0/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/ directorySpencer Oliver1-11/+4
2012-01-04Change return value on error.Mathias K1-2/+0
2010-04-10HELLO: review unused symbolsAntonio Borneo1-5/+0
2010-01-08Doc/examples: clarify usage messagesDavid Brownell1-4/+4
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-30fix foo command group help messagesZachary T Welch1-3/+6
2009-11-25improve command handling examplesZachary T Welch1-1/+1
2009-11-24demonstrate chaining with foo commandsZachary T Welch1-12/+7
2009-11-24hello: use register_commands()Zachary T Welch1-16/+36
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-5/+5
2009-11-18update src/hello.c with parsing examplesZachary T Welch1-1/+54
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13add src/hello.c to augment new command tutorialZachary T Welch1-0/+57