aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/driver.c
AgeCommit message (Expand)Author
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe
2010-02-27interface: define TMS sequence commandDavid Brownell
2010-01-05buildfix with -DNDEBUGDavid Brownell
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch