aboutsummaryrefslogtreecommitdiff
path: root/src/flash/at91sam7.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-2/+2
2009-11-13at91sam7_flash_bank_t -> struct at91sam7_flash_bankZachary T Welch1-14/+14
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-09flash/at91sam[37].c: remove useless declarationsZachary T Welch1-37/+31
2009-11-05Improve at91sam7.c command argument parsing.Zachary T Welch1-20/+24
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe1-18/+18
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-21/+21
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-4/+4
2009-06-23- Fixes '[<>]' whitespacezwelch1-12/+12
2009-06-23- Fixes '[|]' whitespacezwelch1-3/+3
2009-06-23- Fixes '+' whitespacezwelch1-10/+10
2009-06-23- Fixes '=' whitespacezwelch1-15/+15
2009-06-23- Fixes '==' whitespacezwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-1/+1
2009-06-23- Fixes '>>' whitespacezwelch1-21/+21
2009-06-23- Fixes '<=' whitespacezwelch1-2/+2
2009-06-23- Fixes '&&' whitespacezwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-14/+18
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-29/+29
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-15/+15
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