summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - added support for the Signalyzer USB->JTAG dongle (www.signalyzer.com)drath2006-08-141-8/+24
* - added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath2006-08-117-814/+332
* - fixed jtag_n[st]rst_delay. time is now miliseconds (as documented), not mic...drath2006-08-061-2/+2
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-0613-14/+561
* - allow building for MinGW using either -mno-cygwin or the MinGW gccdrath2006-08-016-8/+68
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-306-6/+89
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-1747-569/+1390
* - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)drath2006-06-253-24/+20
* - changed use of bzero (deprecated) to memset (thanks to Spen for pointing th...drath2006-06-253-9/+13
* - added "version" command (patch from John Hartman, thanks)drath2006-06-253-22/+38
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-238-30/+133
* - 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-125-2/+1403
* - fixed some spelling errors (thanks to Andrew Dyer)drath2006-06-054-11/+11
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-0278-0/+24274