aboutsummaryrefslogtreecommitdiff
path: root/src/flash/at91sam3.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-6/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+3
2009-11-11change argv to args in command handlersZachary T Welch1-11/+11
2009-11-09flash/at91sam[37].c: remove useless declarationsZachary T Welch1-16/+13
2009-11-05Improve at91sam3.c command argument parsing.Zachary T Welch1-11/+6
2009-09-23Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe1-1/+1
2009-06-30- remove cygwin build warnings in at91sam3.cntfreak1-3/+3
2009-06-30Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch1-46/+37
2009-06-27Change from alloca() to malloc()duane1-14/+32
2009-06-25Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane1-0/+1
2009-06-24Minor fixes to new at91sam3 files for x86-32/64 compilation problems.zwelch1-22/+49
2009-06-24Remove whitespace at end of lines, step 2.zwelch1-172/+172
2009-06-24- Replace '){' with ') {'.zwelch1-143/+143
2009-06-24Remove whitespace that occurs before ')'.zwelch1-335/+335
2009-06-24Remove whitespace that occurs after '('.zwelch1-321/+321
2009-06-24- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-24- Fixes '+' whitespacezwelch1-3/+3
2009-06-24- Fixes '=' whitespacezwelch1-6/+6
2009-06-24- Fixes '==' whitespacezwelch1-1/+1
2009-06-24- Replace 'for(' with 'for ('.zwelch1-10/+10
2009-06-24- Replace 'switch(' with 'switch ('.zwelch1-6/+6
2009-06-24- Replace 'while(' with 'while ('.zwelch1-12/+12
2009-06-24- Replace 'if(' with 'if ('.zwelch1-115/+115
2009-06-24Fix end-of-line style properties on newly added files.zwelch1-0/+0
2009-06-24Add support for ATMEL AT91SAM3U - CortexM3 Familyduane1-0/+2494