summaryrefslogtreecommitdiff
path: root/src/jtag/vsllink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-3/+3
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-5/+5
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-46/+46
* Improve vsllink command argument handling:zwelch2009-06-121-14/+11
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-191/+191
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+1
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-021-12/+3
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* remove unused JTAG_END_STATEoharboe2009-05-301-9/+0
* SimonQian <simonqian@SimonQian.com>:zwelch2009-05-271-14/+30
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-5/+5
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-4/+0
* SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --en...oharboe2009-04-271-4/+4
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-12/+0
* - vsllink update from SimonQian [simonqian@SimonQian.com]ntfreak2009-04-211-214/+710
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-2/+2
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-67/+71
* The following patches was applied:mifi2009-04-181-4/+4
* 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-103/+104
* vsllink support for stable clocks by Simon Qian <simonqian@SimonQian.com>kc8apf2009-01-231-84/+142
* SVF player courtesy of Simon Qian <simonqian@SimonQian.com>kc8apf2009-01-191-237/+298
* Updates from SimonQianduane2008-12-281-7/+6
* Warnings cleanup ... finish up earlier commitduane2008-12-271-6/+4
* Missed the svn add on earlier commit, duhduane2008-12-271-0/+1334