summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-1413-94/+815
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-314-11/+218
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-307-165/+201
* - 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-2926-938/+2522
* -- corrected embedded ice definitionsntfreak2007-05-106-81/+8
* - further work on ETB decoding (not yet functional)drath2007-05-054-14/+251
* - added support for Hitex comstick.ntfreak2007-04-281-7/+81
* - improved ETB trace outputdrath2007-04-267-13/+42
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-2525-182/+462
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-1612-18/+107
* - allow multiple USB vendor and product ids when searching for connected FT22...drath2007-04-161-62/+145
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-123-3/+9
* - disabled excessive debug output in jtag.hdrath2007-04-116-30/+812
* - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath2007-03-303-2/+86
* - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" commanddrath2007-03-293-9/+166
* - merged XScale branch back into trunkdrath2007-03-2821-74/+5038
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-2626-81/+499
* - added missing files for last commitdrath2007-03-162-0/+670
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-1520-126/+2895
* - fixed libftdi initializationdrath2007-02-201-6/+8
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-032-24/+24
* - merged several changes from XScaledrath2007-01-316-8/+88
* - disabled use of single-step bit for EmbeddedICE version 6 coresdrath2007-01-262-2/+1
* - disabled JTAG debug outputdrath2007-01-252-2/+2
* - 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-2217-119/+252
* - added support for ST flashlink cablentfreak2007-01-181-0/+1
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-097-14/+57
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-2216-70/+1635
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-075-36/+51
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-056-42/+87
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-235-9/+18
* - fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...drath2006-10-192-11/+14
* - allow FT2232 devices to be opened by serial number instead of device descri...drath2006-10-124-18/+67
* - added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath2006-10-063-15/+122
* - fixed regression in gdb_server.c (Thanks to Michael Fischer for finding the...drath2006-10-031-2/+4
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-2821-166/+1281
* - allow writes to second flash bank on STR71x devices (cleaned up sector list...drath2006-09-122-57/+142
* - set the T bit in the CPSR when the core was executing in Thumb state. Mask ...drath2006-09-091-17/+36
* - free working area used to store flash write bufferdrath2006-09-071-0/+2
* - integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath2006-09-076-84/+265
* - added debug output for D/I FSR and FAR (arm920t)drath2006-09-044-15/+35
* - made lpc2000 code endianness safe (support big-endian hosts, target is alwa...drath2006-08-311-11/+11
* - added missing AT91RM9200 filesdrath2006-08-312-1/+295
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-3125-256/+1275
* - made bp command more verbosedrath2006-08-203-1/+12
* - updated version info in openocd.cdrath2006-08-171-1/+1
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-178-14/+153