summaryrefslogtreecommitdiff
path: root/src/jtag/gw16012.c
Commit message (Expand)AuthorAgeFilesLines
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-583/+0
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-6/+1
* gw16012: use register_commands()Zachary T Welch2009-11-241-5/+12
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-1/+1
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-1/+1
* pathmove_command_t -> struct pathmove_commandZachary T Welch2009-11-131-1/+1
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* jtag: remove useless declarationsZachary T Welch2009-11-091-28/+18
* Improve jtag command argument parsing.Zachary T Welch2009-11-051-3/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-4/+4
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-11/+11
* Simplify and improve gw16012_handle_parport_command:zwelch2009-06-121-5/+16
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* 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-6/+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-7/+0
* use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe2009-05-181-1/+2
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-1/+1
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-13/+2
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdevoharboe2009-04-281-39/+67
* Remove warningduane2009-04-241-1/+1
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-22/+22
* Zach Welch <zw@superlucidity.net> use tap_state_toharboe2009-04-191-1/+1
* 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-22/+22
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-17/+17
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-49/+49
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* Don Porges fixed c99 issues.oharboe2008-04-091-3/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-27/+26
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-1/+1
* - fix line-endingsdrath2008-02-281-578/+578
* Uwe Hermann fixed some warnings.oharboe2008-02-281-579/+578
* - added patch to change pathmove handlingmifi2008-02-101-2/+0
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-10/+8