aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitq.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-6/+6
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+1
2009-06-03remove unused code path.oharboe1-3/+0
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+0
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-0/+1
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-30remove unused JTAG_END_STATEoharboe1-7/+0
2009-05-18use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe1-1/+2
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-10/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-8/+2
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-3/+3
2009-04-20Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-1/+1
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf1-2/+2
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-161/+218
2008-12-27Tweaks - old crusty code with some warnings & errors - minor stuffduane1-3/+5
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-12/+0
2008-12-13Clean up references to old tap_state nameskc8apf1-1/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-6/+6
2008-06-18Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_...oharboe1-0/+4
2008-04-09Don Porges fixed c99 issues.oharboe1-3/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-17/+17
2008-02-25- convert all files to unix line-endingdrath1-366/+366
2008-02-25Pavel Chromy style fixes.oharboe1-366/+366
2008-01-20- added patch "remove error handler as planned"mifi1-1/+1
2008-01-07- added gdb flash fixes patch mifi1-22/+2
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-2/+0
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath1-241/+241
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-0/+388