summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* RCLK is not supported, return error instead of crashing.oharboe2008-08-251-0/+5
* - added check for max. value of jtag_speed in ft2232_khz.mifi2008-05-261-0/+6
* - restored tabs and formattingntfreak2008-05-121-93/+81
* - corrected rounding in ft2232_khzmifi2008-05-101-3/+4
* - added support for ft2232/jtag_khzmifi2008-05-101-0/+48
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-231-2/+0
* Don Porges fixed c99 issues.oharboe2008-04-091-4/+1
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-311-6/+4
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-134/+133
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-28/+28
* - fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath2008-02-271-2/+4
* - convert all files to unix line-endingdrath2008-02-251-2139/+2139
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-241-2139/+2139
* - added patch to change pathmove handlingmifi2008-02-101-2/+0
* - added patch for new flash functionality like:mifi2007-12-181-0/+2
* - added support for Hitex STM32 Performance Stickntfreak2007-11-231-0/+79
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-1/+1
* - added ft2232_latency commandmlu2007-09-101-2/+21
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-0/+2
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-7/+7
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-1/+2
* -- corrected embedded ice definitionsntfreak2007-05-101-1/+1
* - added support for Hitex comstick.ntfreak2007-04-281-7/+81
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-12/+32