add documention for writing built-in commands
authorZachary T Welch <zw@superlucidity.net>
Wed, 11 Nov 2009 09:31:34 +0000 (01:31 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 19:02:22 +0000 (11:02 -0800)
commitebbc762182c943d5967ea106933181a2fb726b1b
tree88bb13151fed6b1b4d50a78956684aec6a73a64f
parent89870c86e7aafd81a5720fcfd30002d24d26b232
add documention for writing built-in commands

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.
doc/manual/helper.txt
doc/manual/main.txt
doc/manual/primer/commands.txt [new file with mode: 0644]