aboutsummaryrefslogtreecommitdiff
path: root/src/flash/at91sam7.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-1213/+0
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-6/+1
2009-11-24at91sam7: use register_commands()Zachary T Welch1-9/+21
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-3/+3
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-16/+16
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-3/+3
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+2
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-24/+24
2009-11-13target_t -> struct targetZachary T Welch1-11/+11
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