summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-1410-90/+771
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-313-11/+206
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-304-91/+136
* - add missing file src/target/trace.hdrath2007-05-291-0/+34
* - add missing image handling filesdrath2007-05-292-0/+419
* - split fileio handling into fileio part and image handlingdrath2007-05-2915-424/+1968
* -- corrected embedded ice definitionsntfreak2007-05-105-80/+7
* - further work on ETB decoding (not yet functional)drath2007-05-052-12/+243
* - improved ETB trace outputdrath2007-04-266-12/+41
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-2515-90/+266
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-1612-18/+107
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-121-2/+2
* - disabled excessive debug output in jtag.hdrath2007-04-112-1/+8
* - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath2007-03-301-1/+1
* - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" commanddrath2007-03-293-9/+166
* - merged XScale branch back into trunkdrath2007-03-2815-56/+5018
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-2611-30/+455
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-155-73/+136
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-031-23/+23
* - disabled use of single-step bit for EmbeddedICE version 6 coresdrath2007-01-261-1/+0
* - Added support for ARM926EJ-S based coresdrath2007-01-254-2/+893
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-2212-102/+85
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-1/+1
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-2/+2
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-074-35/+48
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-053-33/+60
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-232-5/+5
* - 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
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-2810-17/+54
* - set the T bit in the CPSR when the core was executing in Thumb state. Mask ...drath2006-09-091-17/+36
* - added debug output for D/I FSR and FAR (arm920t)drath2006-09-044-15/+35
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-3118-235/+1214
* - made bp command more verbosedrath2006-08-202-0/+11
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-0611-14/+531
* - 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-1716-414/+461
* - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)drath2006-06-251-1/+1
* - changed use of bzero (deprecated) to memset (thanks to Spen for pointing th...drath2006-06-251-2/+2
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-233-19/+52
* - 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-124-2/+1394
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-0231-0/+10802