summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-2/+2
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-4/+8
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-6/+15
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+14
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-5/+8
* - split fileio handling into fileio part and image handlingdrath2007-05-291-0/+1
* - further work on ETB decoding (not yet functional)drath2007-05-051-1/+2
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-56/+111
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-2/+2
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+6
* - merged several changes from XScaledrath2007-01-311-5/+27
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-2/+94
* - 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