Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update command_handler documentation | Zachary T Welch | 2009-11-17 | 1 | -4/+9 |
| | | | | | Improve the developer manual and primer sections which talk about writing command handlers. Notably, it documents the new CMD_* macros. | ||||
* | add documention for writing built-in commands | Zachary T Welch | 2009-11-13 | 1 | -0/+99 |
This documentation update provides an introduction to the command handling facilities provided by command.[ch]. A primer walks the user through the elements of a pointedly pedantic module: src/hello.c. A summary of the API is provided in the OpenOCD Architecture section. |