aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
AgeCommit message (Expand)Author
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch
2009-11-24ft2232: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-14compile with cygwin (32-bit)Ferdinand Postema
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13scan_command_t -> struct scan_commandZachary T Welch
2009-11-13ft2232_device_t -> struct ft2232_deviceZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-11-13command_handler_t: make argc unsignedZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09jtag: remove useless declarationsZachary T Welch
2009-11-05Improve jtag command argument parsing.Zachary T Welch
2009-11-04ft2232: cleanupDavid Brownell
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura
2009-11-01FT2232: increase read retry countsDimitar Dimitrov
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-09-28if srst pulls trst, then set state to TAP_RESET. oharboe
2009-09-27Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell
2009-09-19Style cleanup for the updated ft2232_add_pathmove().dbrownell
2009-09-17michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(...oharboe
2009-08-20- remove enable-ft2232-highspeed configure option, high speed ftdi support is...ntfreak
2009-08-19Jonas Horberg [jhorberg@sauer-danfoss.com]:ntfreak
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-07-02Fix FTD2XX build for CygWin.zwelch
2009-06-30Marcel Jost <marcel.jost@bfh.ch>:zwelch
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-19printf() warning fixes due to uint32_t change-overduane
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-12Improve VID/PID command argument handling in FTDI driver:zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Add get and set accessors for jtag_speed:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch