aboutsummaryrefslogtreecommitdiff
path: root/src/flash/at91sam7.c
AgeCommit message (Expand)Author
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe
2008-09-29- at91sam7.c remove build warningsntfreak
2008-09-27- convert spaces to tabs in at91sam7.[ch]ntfreak
2008-09-26Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe
2008-08-17fixed not halted error messagesoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe
2008-02-25dos2unix fix.oharboe
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-02-22- added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...mifi
2008-01-27- added autoprobe functionalitymifi
2008-01-17- add missing files from previous commit (tms470 flash driver)ntfreak
2007-12-10- Fixing two compiler warningsmifi
2007-08-20- Support for AT91SAM7xx512 chipsmlu
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath
2007-06-14Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath
2006-10-06- added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath
2006-09-07- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-23- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath