summaryrefslogtreecommitdiff
path: root/src/jtag/amt_jtagaccel.c
Commit message (Expand)AuthorAgeFilesLines
* Ferdinand Postema <ferdinand@postema.eu>:zwelch2009-07-061-2/+2
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-19/+19
* Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch2009-06-121-6/+18
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-0/+1
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+3
* 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
* 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-15/+0
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-25/+30
* Zach Welch <zw@superlucidity.net> use tap_state_toharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-4/+4
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-24/+28
* Clean up references to old tap_state nameskc8apf2008-12-131-8/+8
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-53/+53
* duane ellis: fix warningoharboe2008-08-201-1/+1
* - fix target_examine declarationntfreak2008-08-061-1/+1
* Duane Ellis: fix warningsoharboe2008-08-051-1/+1
* Don Porges fixed c99 issues.oharboe2008-04-091-3/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-17/+16
* - fix line-endingsdrath2008-02-281-577/+577
* Uwe Hermann fixed some warnings.oharboe2008-02-281-577/+577
* - added patch to change pathmove handlingmifi2008-02-101-2/+0
* - 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
* - merged XScale branch back into trunkdrath2007-03-281-1/+1
* - allow FT2232 devices to be opened by serial number instead of device descri...drath2006-10-121-6/+17
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-1/+1
* - allow building for MinGW using either -mno-cygwin or the MinGW gccdrath2006-08-011-2/+49
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+3
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+510