aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/gw16012.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-583/+0
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch1-6/+1
2009-11-24gw16012: use register_commands()Zachary T Welch1-5/+12
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
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-13pathmove_command_t -> struct pathmove_commandZachary T Welch1-1/+1
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-09jtag: remove useless declarationsZachary T Welch1-28/+18
2009-11-05Improve jtag command argument parsing.Zachary T Welch1-3/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-4/+4
2009-06-23Remove whitespace that occurs after '('.zwelch1-3/+3
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-11/+11
2009-06-12Simplify and improve gw16012_handle_parport_command:zwelch1-5/+16
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+1
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-6/+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-7/+0
2009-05-18use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe1-1/+2
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe1-1/+1
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-13/+2
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-04-28Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdevoharboe1-39/+67
2009-04-24Remove warningduane1-1/+1
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-22/+22
2009-04-19Zach Welch <zw@superlucidity.net> use tap_state_toharboe1-1/+1
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-22/+22
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-17/+17
2008-12-13Clean up references to old tap_state nameskc8apf1-1/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-49/+49
2008-08-05Duane Ellis: fix warningsoharboe1-2/+2
2008-04-09Don Porges fixed c99 issues.oharboe1-3/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-27/+26
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-1/+1
2008-02-28- fix line-endingsdrath1-578/+578
2008-02-28Uwe Hermann fixed some warnings.oharboe1-579/+578
2008-02-10- added patch to change pathmove handlingmifi1-2/+0
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-10/+8