summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-1/+1
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-5/+12
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-231-1/+0
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-13/+15
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-11/+36
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-1/+1
* - added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath2006-08-111-10/+20
* - 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-011-4/+4
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-301-1/+61
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+5
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+1585