summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-311-1/+1
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-301-13/+19
* - split fileio handling into fileio part and image handlingdrath2007-05-291-31/+25
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-161-1/+17
* - merged XScale branch back into trunkdrath2007-03-281-19/+68
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-5/+5
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-56/+90
* - Added support for ARM926EJ-S based coresdrath2007-01-251-0/+2
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-2/+2
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-1/+0
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-6/+11
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-6/+64
* - made bp command more verbosedrath2006-08-201-0/+8
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-0/+5
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-4/+8
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-231-0/+36
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+1701