openocd/doc/manual/jtag.txt
zwelch 30f6b1ebbc Several minor fixes for the new doxygen manual.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1789 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-14 22:16:20 +00:00

40 lines
705 B
Plaintext

/** @page jtagdocs OpenOCD JTAG APIs
For new developers unfamiliar with the technology, @ref primerjtag provides
a brief introduction to the IEEE JTAG interface.
The OpenOCD JTAG library API covers several functional areas:
- @subpage jtagcable
- @subpage jtagtap
- @subpage jtagmdriver
- @subpage jtagdriver
This section needs to be expanded.
*/
/** @page jtagcable OpenOCD JTAG Cable API
This section needs to be expanded.
*/
/** @page jtagtap OpenOCD JTAG TAP API
This section needs to be expanded.
*/
/** @page jtagmdriver OpenOCD JTAG Interface API
This section needs to be expanded.
*/
/** @page jtagdriver OpenOCD JTAG Driver API
This section needs to be expanded.
*/