summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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-117-814/+332
* - fixed jtag_n[st]rst_delay. time is now miliseconds (as documented), not mic...drath2006-08-061-2/+2
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-0613-14/+561
* - allow building for MinGW using either -mno-cygwin or the MinGW gccdrath2006-08-016-8/+68
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-306-6/+89
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-1747-569/+1390
* - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)drath2006-06-253-24/+20
* - changed use of bzero (deprecated) to memset (thanks to Spen for pointing th...drath2006-06-253-9/+13
* - added "version" command (patch from John Hartman, thanks)drath2006-06-253-22/+38
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-238-30/+133
* - keep additional information for decoded instructionsdrath2006-06-162-24/+176
* - the 'help' command now takes an optional argument to display help only on a...drath2006-06-125-2/+1403
* - fixed some spelling errors (thanks to Andrew Dyer)drath2006-06-054-11/+11
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-0278-0/+24274