summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
Commit message (Expand)AuthorAgeFilesLines
...
* - 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