summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
Commit message (Expand)AuthorAgeFilesLines
* printf() warning fixes due to uint32_t change-overduane2009-06-191-6/+17
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-21/+21
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-43/+43
* Improve VID/PID command argument handling in FTDI driver:zwelch2009-06-121-7/+13
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-0/+9
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-259/+259
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-8/+8
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+1
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-031-15/+19
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* Add high-speed device support in FT2232 driver:zwelch2009-06-021-1/+77
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-021-10/+6
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* remove unused JTAG_END_STATE part 2oharboe2009-05-301-16/+0
* - add support for cortino jtag interfacentfreak2009-05-271-1/+46
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-1/+1
* Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch2009-05-231-4/+0
* Author: Holger Schurig <hs4233@mail.mn-solutions.de>kc8apf2009-05-211-2/+0
* FT2232 support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>kc8apf2009-05-181-239/+393
* ftdi_set_interface correctness by Strontium <strntydog@gmail.com>kc8apf2009-05-181-6/+6
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-1/+1
* Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.zwelch2009-05-111-4/+4
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-9/+0
* Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.zwelch2009-04-301-2/+2
* Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter...zwelch2009-04-291-0/+105
* Corrected statement ordermlu2009-04-251-2/+2
* Fix ft2232 TX buffer overflowmlu2009-04-251-0/+7
* Break ft2232_execute_quie into smaller functions, follows restructure of jlink.cmlu2009-04-251-200/+282
* Zach Welch <zw@superlucidity.net> fix ft2232 usb io format warningoharboe2009-04-211-3/+4
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-12/+0
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-80/+80
* Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe2009-04-201-3/+3
* The following patches was applied:mifi2009-04-181-7/+7
* Accept/create both A and Non-A ft2232 based descriptionsduane2009-03-071-1/+43
* Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Cosmetic OpenOCD ...oharboe2009-03-011-2/+16
* Nicolas Pitre nico at cam.org add ft2232 layout for the Marvell SheevaPlug oharboe2009-03-011-0/+74
* 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-543/+636
* xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf2009-01-231-18/+9
* Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe2009-01-091-10/+100
* John McCarthy <jgmcc@magma.ca> formatting fix of debug outputoharboe2009-01-051-1/+1
* Quoteify the FT2232 description list, and a missed fix from Dirk Behme about ...duane2008-12-271-1/+1
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-203/+203
* - added Axiom AXM-0432 to texintfreak2008-12-111-39/+24
* AXM0432 layout for FDTI provided by Alan Carvalho de Assis (Freescale)kc8apf2008-12-111-0/+112
* Laurentiu Cocanu - more help textoharboe2008-10-221-5/+5
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-2/+2