Update Release Script documentation to reflect current implementation.
[fw/openocd] / doc / manual / jtag.txt
index 332b05d9d44a4bdbb95ebaeec28314fc893f295f..54d0a568b3c5c6ea3a936250bca4219989b9656c 100644 (file)
@@ -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
@@ -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.
 
  */