summaryrefslogtreecommitdiff
path: root/src/flash/at91sam7.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-1213/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+1
* at91sam7: use register_commands()Zachary T Welch2009-11-241-9/+21
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-3/+3
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-16/+16
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-3/+3
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-24/+24
* target_t -> struct targetZachary T Welch2009-11-131-11/+11
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-2/+2
* at91sam7_flash_bank_t -> struct at91sam7_flash_bankZachary T Welch2009-11-131-14/+14
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* flash/at91sam[37].c: remove useless declarationsZachary T Welch2009-11-091-37/+31
* Improve at91sam7.c command argument parsing.Zachary T Welch2009-11-051-20/+24
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-18/+18
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-21/+21
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-4/+4
* - Fixes '[<>]' whitespacezwelch2009-06-231-12/+12
* - Fixes '[|]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-10/+10
* - Fixes '=' whitespacezwelch2009-06-231-15/+15
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '>>' whitespacezwelch2009-06-231-21/+21
* - Fixes '<=' whitespacezwelch2009-06-231-2/+2
* - Fixes '&&' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-14/+18
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-29/+29
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-15/+15
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-11/+11
* Add target_write_memory wrapper:zwelch2009-05-311-1/+1
* Add target_read_memory wrapper:zwelch2009-05-311-1/+1
* fix naming of at91sam7 driveroharboe2009-05-161-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-10/+0
* Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe2009-04-211-5/+5
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+2
* The following patches was applied:mifi2009-04-181-37/+39
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-1/+5
* - at91sam7.c remove build warningsntfreak2008-09-291-1/+1
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-1027/+1021
* Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe2008-09-261-826/+1085
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-1/+1
* fixed not halted error messagesoharboe2008-08-171-0/+5