From: <zw...@ma...> - 2009-06-09 06:35:29
|
Author: zwelch Date: 2009-06-09 06:35:16 +0200 (Tue, 09 Jun 2009) New Revision: 2150 Modified: trunk/doc/manual/jtag.txt Log: Provide brief description of newly factored TCL layer in The Manual. Modified: trunk/doc/manual/jtag.txt =================================================================== --- trunk/doc/manual/jtag.txt 2009-06-09 04:15:13 UTC (rev 2149) +++ trunk/doc/manual/jtag.txt 2009-06-09 04:35:16 UTC (rev 2150) @@ -14,6 +14,11 @@ - declared in @c src/jtag/jtag.h - used by other modules +- @subpage jtagtcl + - @b private TCL handling routines + - defined in @c src/jtag/tcl.c + - registers and handles Jim commands that configure and use the JTAG core + - @subpage jtagcmd - @b private command queue API - declared in @c src/jtag/commands.h @@ -43,6 +48,12 @@ */ +/** @page jtagtcl JTAG TCL API + +This section needs to be expanded. + + */ + /** @page jtagcmd JTAG Command API This section needs to be expanded. |