riscv-openocd/src
Zachary T Welch 89870c86e7 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.
2009-11-13 10:57:57 -08:00
..
flash command_handler_t: make argc unsigned 2009-11-13 10:55:27 -08:00
helper command_handler_t: make cmd an indirect parameter 2009-11-13 10:56:55 -08:00
jtag command_handler_t: make argc unsigned 2009-11-13 10:55:27 -08:00
pld use CALL_COMMAND_HANDLER instead of direct calls 2009-11-13 10:51:46 -08:00
server use CALL_COMMAND_HANDLER instead of direct calls 2009-11-13 10:51:46 -08:00
svf command_handler_t: make argc unsigned 2009-11-13 10:55:27 -08:00
target command_handler_t: make argc unsigned 2009-11-13 10:55:27 -08:00
xsvf use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
Makefile.am add src/hello.c to augment new command tutorial 2009-11-13 10:57:57 -08:00
ecosboard.c warnings: remove 2009-11-05 09:03:24 +01:00
hello.c add src/hello.c to augment new command tutorial 2009-11-13 10:57:57 -08:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
openocd.c add src/hello.c to augment new command tutorial 2009-11-13 10:57:57 -08:00