summaryrefslogtreecommitdiff
path: root/src/jtag/minidriver.h
Commit message (Expand)AuthorAgeFilesLines
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-2/+2
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-2/+2
* jtag: the post TAP state is now passed to the driversØyvind Harboe2010-03-011-1/+2
* interface: define TMS sequence commandDavid Brownell2010-02-271-0/+2
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-1/+1
* remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch2009-12-021-50/+6
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-161-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-8/+8
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* src/jtag: remove 'extern' and wrap headers.Zachary T Welch2009-11-091-16/+15
* Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe2009-10-201-1/+0
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-1/+1
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-2/+2
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-5/+5
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-1/+1
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-0/+2
* Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch2009-06-021-0/+6
* Add header file for JTAG minidriver:zwelch2009-06-021-0/+127