summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
Commit message (Expand)AuthorAgeFilesLines
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-4021/+0
* use ARRAY_SIZE macroZachary T Welch2009-11-251-2/+2
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-7/+1
* ft2232: use register_commands()Zachary T Welch2009-11-241-18/+41
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-5/+5
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-7/+7
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-10/+10
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-7/+7
* compile with cygwin (32-bit)Ferdinand Postema2009-11-141-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-14/+14
* scan_command_t -> struct scan_commandZachary T Welch2009-11-131-1/+1
* ft2232_device_t -> struct ft2232_deviceZachary T Welch2009-11-131-6/+5
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-3/+2
* 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