On Tue, 2009-06-02 at 17:39 -0400, Gene Smith wrote:
> David Brownell wrote:
> > Update docs for most of the remaining commands in jtag.c:
> > 
> >  - switch to @deffn 
> >  - these are just the "low level" JTAG commands
> >  - resolve much goofage! 
> >     * remove docs for non-existent commands 
> >     * add missing docs for some existing commands 
> >     * fix incorrect docs for some commands
> >  - just index TAP states overall, not individually
> >  - current name is "RUN/IDLE" not "IDLE"
> > 
> > Cross checked against the source.
> > 
> > This also creates an "Interface Drivers" section, analagous to how
> > (NOR) Flash and NAND drivers are presetned; that's not yet sorted.
> > ---
> >  doc/openocd.texi |  272 
> > ++++++++++++++++++++++++++++++++++++++---------------
> >  1 file changed, 199 insertions(+), 73 deletions(-) 
> 
> Dumb question: Is there a way to get a printable unified document from 
> this. I know there is a lot I am missing since I am not real good at 
> navigating the openocd.info/texi files using "info" or whatever.

The Guide for OpenOCD Users:
  make pdf && ${PDFVIEWER} doc/openocd.pdf
  make html && ${BROWSER} doc/openocd.texi/index.html

The Manual for OpenOCD developers:
  make doxygen && ${BROWSER} doxygen/index.html

Cheers,

Zach

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to