summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* - Support for AT91SAM7xx512 chipsmlu2007-08-201-134/+231
* - Support for AT91SAM7xx512 chipsmlu2007-08-201-5/+3
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-3/+6
* - fixed several bugs in flash writing code (thanks to Pavel Chromy)drath2007-08-162-112/+140
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-143-25/+76
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-1019-277/+505
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-1/+1
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-4/+1
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+1
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-1/+1
* - ST STM32x cortex support addedntfreak2007-06-244-2/+949
* - str9xpec driver was using stricmp, changed to strcmp for posix compatibilityntfreak2007-06-161-32/+4
* - added mingw elf patches from Vincent Palatinntfreak2007-06-165-11/+1468
* Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu2007-06-142-10/+63
* - added stellaris.[ch] missing from Cortex-M3 mergedrath2007-06-142-0/+891
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-142-2/+4
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-3/+1
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-302-73/+64
* - split fileio handling into fileio part and image handlingdrath2007-05-297-199/+535
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-121-1/+1
* - disabled excessive debug output in jtag.hdrath2007-04-112-27/+802
* - merged XScale branch back into trunkdrath2007-03-281-4/+5
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-264-22/+12
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-156-37/+2678
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-031-1/+1
* - merged several changes from XScaledrath2007-01-311-0/+3
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-222-8/+53
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-0/+34
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-29/+63
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-0/+7
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-231-3/+3
* - added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath2006-10-062-15/+45
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-286-2/+748
* - allow writes to second flash bank on STR71x devices (cleaned up sector list...drath2006-09-122-57/+142
* - 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-075-83/+264
* - made lpc2000 code endianness safe (support big-endian hosts, target is alwa...drath2006-08-311-11/+11
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-313-8/+11
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-1/+1
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-0/+8
* - added configurable delays after reset lines get deasserted. useful if reset...drath2006-07-301-1/+7
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-176-43/+236
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-231-7/+25
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-0211-0/+3946