summaryrefslogtreecommitdiff
path: root/src/jtag/usbprog.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-3/+3
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-4/+4
* 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-2/+2
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-5/+1
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-57/+64
* Partially fix USBprog and JLink adapters on XScale targetmifi2009-04-191-2/+12
* Zach Welch <zw@superlucidity.net> fix warnings in usbprogoharboe2009-04-191-11/+9
* 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-18/+18
* Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe2008-12-281-2/+2
* - 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-15/+15
* 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-7/+7
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-20/+20
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-9/+9
* Uwe Hermann: oharboe2008-02-291-10/+15
* - convert all files to unix line-endingdrath2008-02-251-681/+681
* Pavel Chromy style fixes.oharboe2008-02-251-682/+681
* - added patch to change pathmove handlingmifi2008-02-101-1/+0
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-296/+302
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-251-190/+213
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-176/+175
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-27/+50
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+632