]> git.sur5r.net Git - openocd/history - src/jtag/ft2232.c
Use C89/C99/C++ compliant boolean types
[openocd] / src / jtag / ft2232.c
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...
2008-02-25 drath- convert all files to unix line-ending
2008-02-24 oharboecosmetic fixes to debug output + phasing out printf...
2008-02-10 mifi- added patch to change pathmove handling
2007-12-18 mifi- added patch for new flash functionality like:
2007-11-23 ntfreak- added support for Hitex STM32 Performance Stick
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- added ft2232_latency command
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-05-10 ntfreak-- corrected embedded ice definitions
2007-04-28 ntfreak- added support for Hitex comstick.
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-16 drath- allow multiple USB vendor and product ids when search...
2007-03-30 drath- added support for Turtelizer 2 (USB JTAG interface...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-02-20 drath- fixed libftdi initialization
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-11-07 drath- added support for the oocd-link (http://www.joernonli...
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
2006-10-23 drath- several small fixes (thanks to Magnus Lundin and...
2006-10-19 drath- fixed endianness handling in arm7_9_read_core_reg...
2006-10-12 drath- allow FT2232 devices to be opened by serial number...
2006-10-06 drath- added support for American Microsystem's M5960 (FT223...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-08-14 drath- added support for the Signalyzer USB->JTAG dongle...
2006-08-11 drath- added support for FreeBSD ppi (parallel port access...