summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* - convert all files to unix line-endingdrath2008-02-251-2332/+2332
* From Michael Bruckoharboe2008-02-251-2332/+2332
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-36/+5
* - fixed target->type->poll() return valueoharboe2008-02-241-9/+40
* - fix read/write size for small unaligned accesses (thanks Michael Bruck)vpalatin2008-02-221-0/+6
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-211-0/+2
* - add search paths via new arg -s (-search). Thanks Ted Rothntfreak2008-02-191-1/+1
* - Fixed bug in pathmove for XScalentfreak2008-02-191-7/+82
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-181-16/+34
* - added synchronous wait/resume patch. Thanks Øyvind Harboentfreak2008-02-091-23/+36
* - added synchronous reset patch, Thanks Øyvind Harboentfreak2008-02-071-7/+79
* - added patch to solve the reset problem with arm9 and cortex which Spen had ...mifi2008-02-021-17/+1
* fixed incorrect elf segment size - Thanks Øyvind Harboentfreak2008-01-251-2/+2
* - added patch to check some malloc problems.mifi2008-01-241-4/+14
* - added patch to fix crash in load_image on corrupt elf file or out of memory.mifi2008-01-231-0/+5
* - Eleminated leading tabs/white spacebodylove2008-01-211-7/+10
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-171-1/+2
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-0/+7
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-201-7/+39
* - added patch to display device information as INFO toomifi2007-12-091-5/+22
* - add verify_image commandntfreak2007-10-221-0/+127
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-081-1/+3
* - Fixed display of sector sizes in flash.cmlu2007-09-101-1/+1
* - 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