Browse Source

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
tags/v0.2.0
zwelch 15 years ago
parent
commit
b770ad5b19
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      doc/manual/primer/jtag.txt

+ 7
- 1
doc/manual/primer/jtag.txt View File

@@ -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 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. 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 A separate primer contains information about @subpage primerjtagbs for
developers that want to extend OpenOCD for such purposes. developers that want to extend OpenOCD for such purposes.


@@ -164,5 +170,5 @@ http://www.freelabs.com/~whitis/electronics/jtag/


*/ */
/** @file /** @file
This file contains the @ref primerjtag and @ref bsdl page.
This file contains the @ref primerjtag and @ref primerjtagbs page.
*/ */

Loading…
Cancel
Save