aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/amt_jtagaccel.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-19/+19
2009-06-12Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch1-6/+18
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-0/+1
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+3
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-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-15/+0
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-25/+30
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-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-24/+28
2008-12-13Clean up references to old tap_state nameskc8apf1-8/+8
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-53/+53
2008-08-20duane ellis: fix warningoharboe1-1/+1
2008-08-06- fix target_examine declarationntfreak1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe1-1/+1
2008-04-09Don Porges fixed c99 issues.oharboe1-3/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-17/+16
2008-02-28- fix line-endingsdrath1-577/+577
2008-02-28Uwe Hermann fixed some warnings.oharboe1-577/+577
2008-02-10- added patch to change pathmove handlingmifi1-2/+0
2007-07-26- restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath1-3/+5
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath1-2/+8
2007-03-28- merged XScale branch back into trunkdrath1-1/+1
2006-10-12- allow FT2232 devices to be opened by serial number instead of device descri...drath1-6/+17
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath1-1/+1
2006-08-01- allow building for MinGW using either -mno-cygwin or the MinGW gccdrath1-2/+49
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+3
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+510