summaryrefslogtreecommitdiff
path: root/src/jtag/presto.c
Commit message (Expand)AuthorAgeFilesLines
* Simple warning fixduane2009-07-111-2/+2
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-2/+2
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-17/+17
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '>=' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* printf() warning fixes due to uint32_t change-overduane2009-06-191-2/+4
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-7/+7
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-9/+9
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-10/+0
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-41/+43
* Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe2009-04-201-7/+7
* - remove target specific variant and use target->variant memberntfreak2008-12-131-25/+0
* Pavel Chromy:oharboe2008-06-181-76/+120
* Pavel Chromy: TCK returns to zero before state of reset line is changed.oharboe2008-06-041-6/+21
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-231-1/+0
* Don Porges fixed c99 issues.oharboe2008-04-091-3/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-34/+33
* Pavel Chromy: the attached patch refines PRESTO support and makes it work wit...oharboe2008-03-101-105/+123
* Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux.oharboe2008-03-071-45/+73
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-2/+2
* - added patch to change pathmove handlingmifi2008-02-101-1/+0
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-251-1/+19
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-138/+364
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-6/+5
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-1/+1
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+500