aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/minidriver.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-05-22jtag: fix some minor typoAntonio Borneo1-1/+1
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo1-1/+1
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-1/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-8/+9
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-2/+2
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-2/+2
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe1-1/+2
2010-02-27interface: define TMS sequence commandDavid Brownell1-0/+2
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe1-1/+1
2009-12-02remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch1-50/+6
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch1-2/+2
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-8/+8
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch1-16/+15
2009-10-20Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe1-1/+0
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-1/+1
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-2/+2
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-5/+5
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-1/+1
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-0/+2
2009-06-02Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch1-0/+6
2009-06-02Add header file for JTAG minidriver:zwelch1-0/+127