summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+52
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-0/+7
* - split fileio handling into fileio part and image handlingdrath2007-05-291-82/+3
* -- corrected embedded ice definitionsntfreak2007-05-101-1/+1
* - further work on ETB decoding (not yet functional)drath2007-05-051-0/+2
* - improved ETB trace outputdrath2007-04-261-3/+3
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-5/+4
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-161-17/+64
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-4/+51
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+34
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-0/+4
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-071-8/+9
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-32/+56
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-231-4/+4
* - fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...drath2006-10-191-10/+12
* - allow FT2232 devices to be opened by serial number instead of device descri...drath2006-10-121-2/+2
* - set the T bit in the CPSR when the core was executing in Thumb state. Mask ...drath2006-09-091-17/+36
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-55/+76
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-1/+1
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-301-2/+10
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-1/+5
* - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)drath2006-06-251-1/+1
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-231-19/+11
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+2339