summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
Commit message (Expand)AuthorAgeFilesLines
* Laurentiu Cocanu - more help textoharboe2008-10-221-5/+5
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-2/+2
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* RCLK is not supported, return error instead of crashing.oharboe2008-08-251-0/+5
* - added check for max. value of jtag_speed in ft2232_khz.mifi2008-05-261-0/+6
* - restored tabs and formattingntfreak2008-05-121-93/+81
* - corrected rounding in ft2232_khzmifi2008-05-101-3/+4
* - added support for ft2232/jtag_khzmifi2008-05-101-0/+48
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-231-2/+0
* Don Porges fixed c99 issues.oharboe2008-04-091-4/+1
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-311-6/+4
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-134/+133
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-28/+28
* - fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath2008-02-271-2/+4
* - convert all files to unix line-endingdrath2008-02-251-2139/+2139
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-241-2139/+2139
* - added patch to change pathmove handlingmifi2008-02-101-2/+0
* - added patch for new flash functionality like:mifi2007-12-181-0/+2
* - added support for Hitex STM32 Performance Stickntfreak2007-11-231-0/+79
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-1/+1
* - added ft2232_latency commandmlu2007-09-101-2/+21
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-0/+2
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-7/+7
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-1/+2
* -- corrected embedded ice definitionsntfreak2007-05-101-1/+1
* - added support for Hitex comstick.ntfreak2007-04-281-7/+81
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-12/+32
* - allow multiple USB vendor and product ids when searching for connected FT22...drath2007-04-161-62/+145
* - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath2007-03-301-0/+84
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-10/+10
* - fixed libftdi initializationdrath2007-02-201-6/+8
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-2/+2
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-28/+281
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-071-1/+3
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-8/+19
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-231-0/+10
* - fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...drath2006-10-191-1/+2
* - allow FT2232 devices to be opened by serial number instead of device descri...drath2006-10-121-9/+45
* - added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath2006-10-061-0/+77
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-0/+6
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-6/+141
* - added support for the Signalyzer USB->JTAG dongle (www.signalyzer.com)drath2006-08-141-8/+24
* - added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath2006-08-111-0/+1228