aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/usbprog.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-23- Fixes '==' whitespacezwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-3/+3
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-4/+4
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-18use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe1-1/+2
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe1-2/+2
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-5/+1
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-57/+64
2009-04-19Partially fix USBprog and JLink adapters on XScale targetmifi1-2/+12
2009-04-19Zach Welch <zw@superlucidity.net> fix warnings in usbprogoharboe1-11/+9
2009-04-18The following patches was applied:mifi1-4/+4
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf1-2/+2
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-18/+18
2008-12-28Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe1-2/+2
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-15/+15
2008-12-13Clean up references to old tap_state nameskc8apf1-1/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-7/+7
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-20/+20
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-9/+9
2008-02-29Uwe Hermann: oharboe1-10/+15
2008-02-25- convert all files to unix line-endingdrath1-681/+681
2008-02-25Pavel Chromy style fixes.oharboe1-682/+681
2008-02-10- added patch to change pathmove handlingmifi1-1/+0
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak1-296/+302
2007-08-25- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath1-190/+213
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-176/+175
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath1-27/+50
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-0/+632