cortex_m: Fix single stepping will not return to debug mode sometimes
[fw/openocd] / src / hello.c
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