drivers/am335xgpio: Migrate to adapter gpio commands
[fw/openocd] / src / hello.c
2022-07-23 Antonio Borneoopenocd: src: replace the GPL-2.0-or-later license tag
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/ directory
2012-01-04 Mathias KChange return value on error.
2010-04-10 Antonio BorneoHELLO: review unused symbols
2010-01-09 David BrownellDoc/examples: clarify usage messages
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-01 Zachary T Welchfix foo command group help messages
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchdemonstrate chaining with foo commands
2009-11-25 Zachary T Welchhello: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-18 Zachary T Welchupdate src/hello.c with parsing examples
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchadd src/hello.c to augment new command tutorial