aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
AgeCommit message (Expand)Author
2008-05-10- added support for ft2232/jtag_khzmifi
2008-04-23Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe
2008-04-09Don Porges fixed c99 issues.oharboe
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-27- fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath
2008-02-25- convert all files to unix line-endingdrath
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe
2008-02-10- added patch to change pathmove handlingmifi
2007-12-18- added patch for new flash functionality like:mifi
2007-11-23- added support for Hitex STM32 Performance Stickntfreak
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak
2007-09-10- added ft2232_latency commandmlu
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath
2007-05-10-- corrected embedded ice definitionsntfreak
2007-04-28- added support for Hitex comstick.ntfreak
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath
2007-04-16- allow multiple USB vendor and product ids when searching for connected FT22...drath
2007-03-30- added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath
2007-02-20- fixed libftdi initializationdrath
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath
2006-11-07- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath
2006-11-05- correctly enter debug state on a "soft_reset_halt" commanddrath
2006-10-23- several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath
2006-10-19- fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...drath
2006-10-12- allow FT2232 devices to be opened by serial number instead of device descri...drath
2006-10-06- added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath
2006-08-14- added support for the Signalyzer USB->JTAG dongle (www.signalyzer.com)drath
2006-08-11- added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath