summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
Commit message (Expand)AuthorAgeFilesLines
* Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell2009-10-071-24/+21
* if srst pulls trst, then set state to TAP_RESET. oharboe2009-09-281-3/+11
* Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell2009-09-271-2/+10
* Style cleanup for the updated ft2232_add_pathmove().dbrownell2009-09-191-15/+18
* michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(...oharboe2009-09-171-18/+30
* - remove enable-ft2232-highspeed configure option, high speed ftdi support is...ntfreak2009-08-201-12/+19
* Jonas Horberg [jhorberg@sauer-danfoss.com]:ntfreak2009-08-191-1/+1
* Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak2009-08-181-159/+148
* Fix FTD2XX build for CygWin.zwelch2009-07-021-1/+1
* Marcel Jost <marcel.jost@bfh.ch>:zwelch2009-06-301-0/+10
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-11/+11
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-24/+24
* - Fixes '==' whitespacezwelch2009-06-231-4/+4
* - Fixes '<<' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* 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