aboutsummaryrefslogtreecommitdiff
path: root/src/flash/at91sam7.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-11/+11
2009-05-31Add target_write_memory wrapper:zwelch1-1/+1
2009-05-31Add target_read_memory wrapper:zwelch1-1/+1
2009-05-16fix naming of at91sam7 driveroharboe1-2/+2
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-10/+0
2009-04-21Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe1-5/+5
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+2
2009-04-18The following patches was applied:mifi1-37/+39
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-1/+5
2008-09-29- at91sam7.c remove build warningsntfreak1-1/+1
2008-09-27- convert spaces to tabs in at91sam7.[ch]ntfreak1-1027/+1021
2008-09-26Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe1-826/+1085
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-1/+1
2008-08-17fixed not halted error messagesoharboe1-0/+5
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-23/+23
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe1-103/+62
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-5/+20
2008-02-25dos2unix fix.oharboe1-974/+974
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe1-2/+1
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-981/+976
2008-02-22- added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...mifi1-3/+3
2008-01-27- added autoprobe functionalitymifi1-0/+15
2008-01-17- add missing files from previous commit (tms470 flash driver)ntfreak1-16/+16
2007-12-10- Fixing two compiler warningsmifi1-1/+1
2007-08-20- Support for AT91SAM7xx512 chipsmlu1-134/+231
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-11/+24
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-19/+13
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath1-4/+1
2007-06-14Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu1-2/+2
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-10/+5
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath1-0/+34
2006-10-06- added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath1-15/+36
2006-09-07- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath1-29/+26
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-5/+8
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-36/+201
2006-06-23- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath1-7/+25
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+632