openocd/src/xsvf
Øyvind Harboe e018c7c1d2 jtag: retire tap field
jtag_add_dr/ir_scan() now takes the tap as the first
argument, rather than for each of the fields passed
in.

The code never exercised the path where there was
more than one tap being scanned, who knows if it even
worked.

This simplifies the implementation and reduces clutter
in the calling code.

use jtag_add_ir/dr_plain_scan() for more fancy situations.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-03-08 08:12:25 +01:00
..
Makefile.am build: add build/src to include path 2009-12-08 10:16:10 +01:00
xsvf.c jtag: retire tap field 2010-03-08 08:12:25 +01:00
xsvf.h change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00