summaryrefslogtreecommitdiff
path: root/src/jtag/bitq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-231-15/+15
* Remove whitespace that occurs after '('.zwelch2009-06-231-15/+15
* - Fixes '[<>]' whitespacezwelch2009-06-231-8/+8
* - Fixes '==' whitespacezwelch2009-06-231-9/+9
* - Fixes '<=' whitespacezwelch2009-06-231-1/+1
* - Fixes '>=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-6/+6
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+1
* remove unused code path.oharboe2009-06-031-3/+0
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-0/+1
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* remove unused JTAG_END_STATEoharboe2009-05-301-7/+0
* use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe2009-05-181-1/+2
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-10/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-8/+2
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-3/+3
* Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe2009-04-201-1/+1
* The following patches was applied:mifi2009-04-181-1/+1
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-2/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-161/+218
* Tweaks - old crusty code with some warnings & errors - minor stuffduane2008-12-271-3/+5
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-12/+0
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-6/+6
* Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_...oharboe2008-06-181-0/+4
* Don Porges fixed c99 issues.oharboe2008-04-091-3/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-17/+17
* - convert all files to unix line-endingdrath2008-02-251-366/+366
* Pavel Chromy style fixes.oharboe2008-02-251-366/+366
* - added patch "remove error handler as planned"mifi2008-01-201-1/+1
* - added gdb flash fixes patch mifi2008-01-071-22/+2
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-2/+0
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-241/+241
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+388