diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-07 23:49:14 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-07 23:49:14 +0000 |
commit | b770ad5b194c57b2ce69e2940943123bda33d992 (patch) | |
tree | cc0ef67fcf8a6ef70b41d89ed6ab41b2e44a5fed /doc/manual | |
parent | 695c6c09603547edcfc78f18c1efd23c7ccb10dd (diff) | |
download | openocd_libswd-b770ad5b194c57b2ce69e2940943123bda33d992.tar.gz openocd_libswd-b770ad5b194c57b2ce69e2940943123bda33d992.tar.bz2 openocd_libswd-b770ad5b194c57b2ce69e2940943123bda33d992.tar.xz openocd_libswd-b770ad5b194c57b2ce69e2940943123bda33d992.zip |
Fix reference warning in JTAG primer, add another external reference.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2101 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/primer/jtag.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/manual/primer/jtag.txt b/doc/manual/primer/jtag.txt index ce38f183..9142dadc 100644 --- a/doc/manual/primer/jtag.txt +++ b/doc/manual/primer/jtag.txt @@ -105,6 +105,12 @@ target chips and work out what the various instruction registers/data registers do, so you can actually do something useful. That's where it gets interesting. But in and of itself, JTAG is actually very simple. +@section primerjtag More Reading + +The following link goes to an HTML (or PDF) introduction to JTAG, +written by one of the original members of the JTAG committee: @par +http://www.asset-intertech.com/products/boundscan.htm + A separate primer contains information about @subpage primerjtagbs for developers that want to extend OpenOCD for such purposes. @@ -164,5 +170,5 @@ http://www.freelabs.com/~whitis/electronics/jtag/ */ /** @file -This file contains the @ref primerjtag and @ref bsdl page. +This file contains the @ref primerjtag and @ref primerjtagbs page. */ |