summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-1/+5
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+10
* - motorola s19 file loader addedntfreak2007-07-311-1/+1
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-1/+18
* - ST STM32x cortex support addedntfreak2007-06-241-0/+2
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-1/+2
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-141-0/+2
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-8/+13
* - 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