summaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 04:35:16 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 04:35:16 +0000
commitaed24a59468bfa5a9a603d324eda132eb7e72fa4 (patch)
tree64a078269e1e276718ff02393526bfb856641c7c /doc/manual
parent66707c94d7a34e99d77a032223e42909005a563e (diff)
downloadopenocd+libswd-aed24a59468bfa5a9a603d324eda132eb7e72fa4.tar.gz
openocd+libswd-aed24a59468bfa5a9a603d324eda132eb7e72fa4.tar.bz2
openocd+libswd-aed24a59468bfa5a9a603d324eda132eb7e72fa4.tar.xz
openocd+libswd-aed24a59468bfa5a9a603d324eda132eb7e72fa4.zip
Provide brief description of newly factored TCL layer in The Manual.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2150 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/jtag.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/manual/jtag.txt b/doc/manual/jtag.txt
index 332b05d9..54d0a568 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
@@ -43,6 +48,12 @@ This section needs to be expanded.
*/
+/** @page jtagtcl JTAG TCL API
+
+This section needs to be expanded.
+
+ */
+
/** @page jtagcmd JTAG Command API
This section needs to be expanded.