summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+1
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-0/+3
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-4/+11
* - disabled excessive debug output in jtag.hdrath2007-04-111-1/+1
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-1/+1
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-1/+1
* - merged several changes from XScaledrath2007-01-311-1/+3
* - disabled JTAG debug outputdrath2007-01-251-1/+1
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-1/+1
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-1/+1
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-2/+2
* - added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath2006-08-111-0/+1
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-301-0/+3
* - 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-231-1/+1
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+270