summaryrefslogtreecommitdiff
path: root/src/jtag/drivers/driver.c
Commit message (Expand)AuthorAgeFilesLines
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-40/+19
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-3/+2
* jtag: retire tap fieldØyvind Harboe2010-03-081-27/+7
* jtag: the post TAP state is now passed to the driversØyvind Harboe2010-03-011-1/+1
* interface: define TMS sequence commandDavid Brownell2010-02-271-0/+25
* buildfix with -DNDEBUGDavid Brownell2010-01-051-1/+4
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-1/+30
* change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch2009-12-031-1/+1
* change #include "interface.h" to <jtag/interface.h>Zachary T Welch2009-12-031-1/+1
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-031-1/+1
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-0/+527