summaryrefslogtreecommitdiff
path: root/src/jtag/gw16012.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath2007-07-261-3/+5
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-2/+8
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-2/+2
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-9/+24
* - merged several changes from XScaledrath2007-01-311-0/+53
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-0/+507