aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitq.c
AgeCommit message (Expand)Author
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch
2009-11-13scan_command_t -> struct scan_commandZachary T Welch
2009-11-13bitq_interface_t -> struct biq_interfaceZachary T Welch
2009-11-13encapsulate bitq_state structureZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<=' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-03remove unused code path.oharboe
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-05-30remove unused JTAG_END_STATEoharboe
2009-05-18use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
2009-04-20Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe
2009-04-18The following patches was applied:mifi
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2008-12-27Tweaks - old crusty code with some warnings & errors - minor stuffduane
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Clean up references to old tap_state nameskc8apf
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-06-18Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_...oharboe
2008-04-09Don Porges fixed c99 issues.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-25Pavel Chromy style fixes.oharboe
2008-01-20- added patch "remove error handler as planned"mifi
2008-01-07- added gdb flash fixes patch mifi
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath