From: <zw...@ma...> - 2009-06-08 01:49:19
|
Author: zwelch Date: 2009-06-08 01:49:14 +0200 (Mon, 08 Jun 2009) New Revision: 2101 Modified: trunk/doc/manual/primer/jtag.txt Log: Fix reference warning in JTAG primer, add another external reference. Modified: trunk/doc/manual/primer/jtag.txt =================================================================== --- trunk/doc/manual/primer/jtag.txt 2009-06-07 23:35:29 UTC (rev 2100) +++ trunk/doc/manual/primer/jtag.txt 2009-06-07 23:49:14 UTC (rev 2101) @@ -105,6 +105,12 @@ 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 @@ */ /** @file -This file contains the @ref primerjtag and @ref bsdl page. +This file contains the @ref primerjtag and @ref primerjtagbs page. */ |