jtag: the post TAP state is now passed to the drivers
commit761d4555b8f8c8eb2b899dee16584656a43b6444
authorØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 1 Mar 2010 07:22:12 +0000 (1 08:22 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 1 Mar 2010 07:30:29 +0000 (1 08:30 +0100)
tree18ae83fc3467f8778f329f9c6ecc4fdbe77a9a66
parent409e23e39b955d92c8e879143d2b979b7de799e9
jtag: the post TAP state is now passed to the drivers

after clocking out a tms sequence, then the TAP will be
in some state. This state is now handed to the drivers.

TAP_INVALID is a possible state after a TMS sequence if
switching to SWD.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/jtag/core.c
src/jtag/drivers/driver.c
src/jtag/minidriver.h
src/jtag/minidummy/minidummy.c