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
This commit is contained in:
parent
66707c94d7
commit
aed24a5946
|
@ -14,6 +14,11 @@ asynchronous transactions.
|
||||||
- declared in @c src/jtag/jtag.h
|
- declared in @c src/jtag/jtag.h
|
||||||
- used by other modules
|
- 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
|
- @subpage jtagcmd
|
||||||
- @b private command queue API
|
- @b private command queue API
|
||||||
- declared in @c src/jtag/commands.h
|
- declared in @c src/jtag/commands.h
|
||||||
|
@ -39,6 +44,12 @@ asynchronous transactions.
|
||||||
|
|
||||||
/** @page jtagcore JTAG Core API
|
/** @page jtagcore JTAG Core API
|
||||||
|
|
||||||
|
This section needs to be expanded.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @page jtagtcl JTAG TCL API
|
||||||
|
|
||||||
This section needs to be expanded.
|
This section needs to be expanded.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue