aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-02Add high-speed device support in FT2232 driver:zwelch1-1/+77
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe1-10/+6
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-30remove unused JTAG_END_STATE part 2oharboe1-16/+0
2009-05-27- add support for cortino jtag interfacentfreak1-1/+46
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-05-23Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch1-4/+0
2009-05-21Author: Holger Schurig <hs4233@mail.mn-solutions.de>kc8apf1-2/+0
2009-05-18FT2232 support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>kc8apf1-239/+393
2009-05-18ftdi_set_interface correctness by Strontium <strntydog@gmail.com>kc8apf1-6/+6
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe1-1/+1
2009-05-11Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.zwelch1-4/+4
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-9/+0
2009-04-30Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.zwelch1-2/+2
2009-04-29Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter...zwelch1-0/+105
2009-04-25Corrected statement ordermlu1-2/+2
2009-04-25Fix ft2232 TX buffer overflowmlu1-0/+7
2009-04-25Break ft2232_execute_quie into smaller functions, follows restructure of jlink.cmlu1-200/+282
2009-04-21Zach Welch <zw@superlucidity.net> fix ft2232 usb io format warningoharboe1-3/+4
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe1-12/+0
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-80/+80
2009-04-20Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe1-3/+3
2009-04-18The following patches was applied:mifi1-7/+7
2009-03-07Accept/create both A and Non-A ft2232 based descriptionsduane1-1/+43
2009-03-01Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Cosmetic OpenOCD ...oharboe1-2/+16
2009-03-01Nicolas Pitre nico at cam.org add ft2232 layout for the Marvell SheevaPlug oharboe1-0/+74
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-543/+636
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf1-18/+9
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe1-10/+100
2009-01-05John McCarthy <jgmcc@magma.ca> formatting fix of debug outputoharboe1-1/+1
2008-12-27Quoteify the FT2232 description list, and a missed fix from Dirk Behme about ...duane1-1/+1
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-1/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-203/+203
2008-12-11- added Axiom AXM-0432 to texintfreak1-39/+24
2008-12-11AXM0432 layout for FDTI provided by Alan Carvalho de Assis (Freescale)kc8apf1-0/+112
2008-10-22Laurentiu Cocanu - more help textoharboe1-5/+5
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-2/+2
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-08-25RCLK is not supported, return error instead of crashing.oharboe1-0/+5
2008-05-26- added check for max. value of jtag_speed in ft2232_khz.mifi1-0/+6
2008-05-12- restored tabs and formattingntfreak1-93/+81
2008-05-10- corrected rounding in ft2232_khzmifi1-3/+4
2008-05-10- added support for ft2232/jtag_khzmifi1-0/+48
2008-04-23Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe1-2/+0
2008-04-09Don Porges fixed c99 issues.oharboe1-4/+1
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe1-6/+4
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-134/+133
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-28/+28
2008-02-27- fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath1-2/+4