summaryrefslogtreecommitdiff
path: root/src/jtag/vsllink.c
Commit message (Expand)AuthorAgeFilesLines
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-1903/+0
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-6/+2
* vsllink: use register_commands()Zachary T Welch2009-11-241-20/+35
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* vsllink: rewrite to use jtag_usb_openZachary T Welch2009-11-241-54/+30
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-8/+8
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-6/+6
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-1/+1
* scan_command_t -> struct scan_commandZachary T Welch2009-11-131-12/+12
* more vsllink typedef cleanupZachary T Welch2009-11-131-6/+5
* vsllink_jtag_t -> struct vsllinkZachary T Welch2009-11-131-39/+38
* pending_scan_result_t -> struct pending_scan_resultZachary T Welch2009-11-131-8/+7
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+6
* jtag: remove useless declarationsZachary T Welch2009-11-091-50/+35
* Fix vsllink bulk out endpoint parsing.Zachary T Welch2009-11-071-1/+1
* Improve jtag command argument parsing.Zachary T Welch2009-11-051-11/+14
* 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