summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
Commit message (Expand)AuthorAgeFilesLines
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-5/+5
* jtag: remove useless declarationsZachary T Welch2009-11-091-42/+35
* Improve jtag command argument parsing.Zachary T Welch2009-11-051-6/+2
* ft2232: cleanupDavid Brownell2009-11-041-110/+97
* JTAG: support KT-LINK adapterKrzysztof Kajstura2009-11-041-0/+131
* FT2232: increase read retry countsDimitar Dimitrov2009-11-011-8/+26
* Signalyzer: H2 and H4 supportOleg Seiljus2009-10-271-0/+809
* ft2232: less noise with _DEBUG_JTAG_IO_David Brownell2009-10-261-1/+0
* 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