aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch1-14/+14
2009-11-13scan_command_t -> struct scan_commandZachary T Welch1-1/+1
2009-11-13ft2232_device_t -> struct ft2232_deviceZachary T Welch1-6/+5
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-3/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-5/+5
2009-11-09jtag: remove useless declarationsZachary T Welch1-42/+35
2009-11-05Improve jtag command argument parsing.Zachary T Welch1-6/+2
2009-11-04ft2232: cleanupDavid Brownell1-110/+97
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura1-0/+131
2009-11-01FT2232: increase read retry countsDimitar Dimitrov1-8/+26
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus1-0/+809
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell1-1/+0
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell1-24/+21
2009-09-28if srst pulls trst, then set state to TAP_RESET. oharboe1-3/+11
2009-09-27Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell1-2/+10
2009-09-19Style cleanup for the updated ft2232_add_pathmove().dbrownell1-15/+18
2009-09-17michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(...oharboe1-18/+30
2009-08-20- remove enable-ft2232-highspeed configure option, high speed ftdi support is...ntfreak1-12/+19
2009-08-19Jonas Horberg [jhorberg@sauer-danfoss.com]:ntfreak1-1/+1
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak1-159/+148
2009-07-02Fix FTD2XX build for CygWin.zwelch1-1/+1
2009-06-30Marcel Jost <marcel.jost@bfh.ch>:zwelch1-0/+10
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-11/+11
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-24/+24
2009-06-23- Fixes '==' whitespacezwelch1-4/+4
2009-06-23- Fixes '<<' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-19printf() warning fixes due to uint32_t change-overduane1-6/+17
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-21/+21
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-43/+43
2009-06-12Improve VID/PID command argument handling in FTDI driver:zwelch1-7/+13
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-0/+9
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+1
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-259/+259
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-8/+8
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+1
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch1-15/+19
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+1
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