command_handler: change 'args' to CMD_ARGV
[openocd.git] / src / jtag / ft2232.c
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-14 Ferdinand Postemacompile with cygwin (32-bit)
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-11-13 Zachary T Welchft2232_device_t -> struct ft2232_device
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchjtag: remove useless declarations
2009-11-06 Zachary T WelchImprove jtag command argument parsing.
2009-11-05 David Brownellft2232: cleanup
2009-11-05 Krzysztof KajsturaJTAG: support KT-LINK adapter
2009-11-02 Dimitar DimitrovFT2232: increase read retry counts
2009-10-27 Oleg SeiljusSignalyzer: H2 and H4 support
2009-10-27 David Brownellft2232: less noise with _DEBUG_JTAG_IO_
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellRemove much #ifdeffery around _DEBUG_JTAG_IO_ usage.
2009-09-28 oharboeif srst pulls trst, then set state to TAP_RESET.
2009-09-27 dbrownellUpdate FT2232 driver so that it reliably enters TAP_RESET.
2009-09-19 dbrownellStyle cleanup for the updated ft2232_add_pathmove().
2009-09-17 oharboemichal smulski <michal.smulski@ooma.com> fix regression...
2009-08-20 ntfreak- remove enable-ft2232-highspeed configure option,...
2009-08-19 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]:
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-07-02 zwelchFix FTD2XX build for CygWin.
2009-06-30 zwelchMarcel Jost <marcel.jost@bfh.ch>:
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-19 duaneprintf() warning fixes due to uint32_t change-over
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-12 zwelchImprove VID/PID command argument handling in FTDI driver:
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-02 zwelchAdd high-speed device support in FT2232 driver:
2009-06-02 oharboeRemove unused code, TAP_INVALID is never passed to...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-05-30 oharboeremove unused JTAG_END_STATE part 2
2009-05-27 ntfreak- add support for cortino jtag interface
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-23 zwelchSubmitted by Magnus Lundin <lundin@mlu.mine.nu>:
2009-05-21 kc8apfAuthor: Holger Schurig <hs4233@mail.mn-solutions.de>
2009-05-18 kc8apfFT2232 support for non-7-cycle state moves by Dick...
2009-05-18 kc8apfftdi_set_interface correctness by Strontium <strntydog...
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-11 zwelchFix ft2232 for CygWin, provided by Michael Bruck <mbruc...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-04-30 zwelchMichael Bruck <mbruck@digenius.de>: sys/select.h must...
2009-04-29 zwelchSten <debian@sansys-electronic.com>: add support for...
2009-04-25 mluCorrected statement order
2009-04-25 mluFix ft2232 TX buffer overflow
2009-04-25 mluBreak ft2232_execute_quie into smaller functions, follo...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix ft2232 usb io...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-20 oharboeZach Welch <zw@superlucidity.net> fix ft2232/presto...
2009-04-18 mifiThe following patches was applied:
2009-03-07 duaneAccept/create both A and Non-A ft2232 based descriptions
2009-03-01 oharboeDaniel Gimpelevich <daniel@gimpelevich.san-francisco...
2009-03-01 oharboeNicolas Pitre nico at cam.org add ft2232 layout for...
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfxvsf player fixes by Dick Hollenbeck <dick@softplc...
2009-01-09 oharboeDick Hollenbeck <dick@softplc.com> adds jtag_add_clocks...
2009-01-05 oharboeJohn McCarthy <jgmcc@magma.ca> formatting fix of debug...
2008-12-27 duaneQuoteify the FT2232 description list, and a missed...
2008-12-14 kc8apf- Update tap_state_strings to correspond to SVF state...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-12-11 ntfreak- added Axiom AXM-0432 to texi
2008-12-11 kc8apfAXM0432 layout for FDTI provided by Alan Carvalho de...
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-25 oharboeRCLK is not supported, return error instead of crashing.
2008-05-26 mifi- added check for max. value of jtag_speed in ft2232_khz.
2008-05-12 ntfreak- restored tabs and formatting
2008-05-10 mifi- corrected rounding in ft2232_khz
2008-05-10 mifi- added support for ft2232/jtag_khz
2008-04-23 oharboeTim Hudson: removed setting jtag_speed directly (which...
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-03-31 oharboeDo not assert trst in srst_only case even if srst_pulls...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-27 drath- fix bug in ft2232 pathmove (thanks to Michael Bruck...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)