summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-222-3/+95
* - added support for ST flashlink cablentfreak2007-01-181-0/+1
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-094-12/+21
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-224-34/+807
* - 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-232-1/+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-122-15/+62
* - added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath2006-10-061-0/+77
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-13/+15
* - added missing AT91RM9200 filesdrath2006-08-311-0/+294
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-314-13/+50
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-177-13/+152
* - 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-116-812/+330
* - fixed jtag_n[st]rst_delay. time is now miliseconds (as documented), not mic...drath2006-08-061-2/+2
* - allow building for MinGW using either -mno-cygwin or the MinGW gccdrath2006-08-013-6/+62
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-303-2/+71
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-178-26/+228
* - added "version" command (patch from John Hartman, thanks)drath2006-06-251-1/+1
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-232-2/+2
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-0210-0/+4891