aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/vsllink.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch1-6/+2
2009-11-24vsllink: use register_commands()Zachary T Welch1-20/+35
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-24vsllink: rewrite to use jtag_usb_openZachary T Welch1-54/+30
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-8/+8
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-6/+6
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch1-1/+1
2009-11-13scan_command_t -> struct scan_commandZachary T Welch1-12/+12
2009-11-13more vsllink typedef cleanupZachary T Welch1-6/+5
2009-11-13vsllink_jtag_t -> struct vsllinkZachary T Welch1-39/+38
2009-11-13pending_scan_result_t -> struct pending_scan_resultZachary T Welch1-8/+7
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+6
2009-11-09jtag: remove useless declarationsZachary T Welch1-50/+35
2009-11-07Fix vsllink bulk out endpoint parsing.Zachary T Welch1-1/+1
2009-11-05Improve jtag command argument parsing.Zachary T Welch1-11/+14
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
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