X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=doc%2Fmanual%2Fjtag.txt;h=8f0804ce9345f8d564280f5fdab12cdd71486479;hb=f9056d222c401f782481d323206595eed17671cb;hp=332b05d9d44a4bdbb95ebaeec28314fc893f295f;hpb=6c39b5dd52969c1927c5115e24bb8a1fc9555349;p=openocd.git diff --git a/doc/manual/jtag.txt b/doc/manual/jtag.txt index 332b05d9d4..8f0804ce93 100644 --- a/doc/manual/jtag.txt +++ b/doc/manual/jtag.txt @@ -14,6 +14,11 @@ asynchronous transactions. - 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 @@ -27,7 +32,7 @@ asynchronous transactions. - includes the Cable/TAP API (commands starting with @c tap_) - @subpage jtagdriver - - @b private minidriver API + - @b private minidriver API - declared in @c src/jtag/minidriver.h - used @a only by the core and minidriver implementations: - @c jtag_driver.c (in-tree OpenOCD drivers) @@ -39,6 +44,12 @@ asynchronous transactions. /** @page jtagcore JTAG Core API +This section needs to be expanded. + + */ + +/** @page jtagtcl JTAG TCL API + This section needs to be expanded. */