aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/vsllink.c
AgeCommit message (Expand)Author
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13scan_command_t -> struct scan_commandZachary T Welch
2009-11-13more vsllink typedef cleanupZachary T Welch
2009-11-13vsllink_jtag_t -> struct vsllinkZachary T Welch
2009-11-13pending_scan_result_t -> struct pending_scan_resultZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09jtag: remove useless declarationsZachary T Welch
2009-11-07Fix vsllink bulk out endpoint parsing.Zachary T Welch
2009-11-05Improve jtag command argument parsing.Zachary 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- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-12Improve vsllink command argument handling:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
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-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-05-30remove unused JTAG_END_STATEoharboe
2009-05-27SimonQian <simonqian@SimonQian.com>:zwelch
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-04-27SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --en...oharboe
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe
2009-04-21- vsllink update from SimonQian [simonqian@SimonQian.com]ntfreak
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
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
2009-01-23vsllink support for stable clocks by Simon Qian <simonqian@SimonQian.com>kc8apf
2009-01-19SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf
2008-12-28Updates from SimonQianduane
2008-12-27Warnings cleanup ... finish up earlier commitduane
2008-12-27Missed the svn add on earlier commit, duhduane