aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/vsllink.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-3/+3
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-5/+5
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-46/+46
2009-06-12Improve vsllink command argument handling:zwelch1-14/+11
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-191/+191
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+1
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+1
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe1-12/+3
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-30remove unused JTAG_END_STATEoharboe1-9/+0
2009-05-27SimonQian <simonqian@SimonQian.com>:zwelch1-14/+30
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe1-5/+5
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-4/+0
2009-04-27SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --en...oharboe1-4/+4
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe1-12/+0
2009-04-21- vsllink update from SimonQian [simonqian@SimonQian.com]ntfreak1-214/+710
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe1-2/+2
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-67/+71
2009-04-18The following patches was applied:mifi1-4/+4
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-103/+104
2009-01-23vsllink support for stable clocks by Simon Qian <simonqian@SimonQian.com>kc8apf1-84/+142
2009-01-19SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf1-237/+298
2008-12-28Updates from SimonQianduane1-7/+6
2008-12-27Warnings cleanup ... finish up earlier commitduane1-6/+4
2008-12-27Missed the svn add on earlier commit, duhduane1-0/+1334