aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/presto.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-19printf() warning fixes due to uint32_t change-overduane1-2/+4
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-7/+7
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-7/+7
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+1
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-9/+9
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+0
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+1
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-10/+0
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-41/+43
2009-04-20Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe1-7/+7
2008-12-13- remove target specific variant and use target->variant memberntfreak1-25/+0
2008-06-18Pavel Chromy:oharboe1-76/+120
2008-06-04Pavel Chromy: TCK returns to zero before state of reset line is changed.oharboe1-6/+21
2008-04-23Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe1-1/+0
2008-04-09Don Porges fixed c99 issues.oharboe1-3/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-34/+33
2008-03-10Pavel Chromy: the attached patch refines PRESTO support and makes it work wit...oharboe1-105/+123
2008-03-07Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux.oharboe1-45/+73
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-2/+2
2008-02-10- added patch to change pathmove handlingmifi1-1/+0
2007-08-25- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath1-1/+19
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-138/+364
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-6/+5
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath1-1/+1
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath1-0/+500