aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe4-5/+5
2009-07-08Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe1-15/+31
2009-07-02David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-07-01- correct stm32 connectivity line programming as per latest manualntfreak1-7/+12
2009-06-30Remove at91sam3.h from flash.c; use extern like other drivers.zwelch1-1/+1
2009-06-30- remove cygwin build warnings in at91sam3.cntfreak1-3/+3
2009-06-30Fix search and replace casualty in flash.h doxygen block.zwelch1-1/+1
2009-06-30Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch1-46/+37
2009-06-29David Brownell <david-b@pacbell.net>:zwelch1-4/+4
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.zwelch2-23/+23
2009-06-24Add support for ATMEL AT91SAM3U - CortexM3 Familyduane4-0/+2521
2009-06-23Remove whitespace at end of lines, step 1.zwelch12-228/+228
2009-06-23- Replace '){' with ') {'.zwelch2-5/+5
2009-06-23Remove whitespace that occurs before ')'.zwelch15-97/+97
2009-06-23Remove whitespace that occurs after '('.zwelch10-117/+117
2009-06-23- Fixes '[<>]' whitespacezwelch10-31/+31
2009-06-23- Fixes '[|]' whitespacezwelch14-60/+60
2009-06-23- Fixes '+' whitespacezwelch16-65/+65
2009-06-23- Fixes '=' whitespacezwelch14-181/+181
2009-06-23- Fixes '==' whitespacezwelch6-15/+15
2009-06-23- Fixes '<<' whitespacezwelch15-104/+104
2009-06-23- Fixes '>>' whitespacezwelch5-41/+41
2009-06-23- Fixes '<=' whitespacezwelch1-2/+2
2009-06-23- Fixes '>=' whitespacezwelch1-1/+1
2009-06-23- Fixes '&&' whitespacezwelch1-1/+1
2009-06-23- Fixes '[*]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '[+]=' whitespacezwelch5-5/+5
2009-06-23- Fixes '!=' whitespacezwelch8-29/+29
2009-06-23- Replace 'do{' with 'do {'.zwelch2-5/+5
2009-06-23- Replace 'for(' with 'for ('.zwelch4-7/+7
2009-06-23- Replace 'switch(' with 'switch ('.zwelch5-20/+20
2009-06-23- Replace 'while(' with 'while ('.zwelch6-14/+14
2009-06-23- Replace 'if(' with 'if ('.zwelch12-154/+154
2009-06-21C99 printf() -Werror fixesduane1-5/+9
2009-06-21C99 printf() -Werror fixesduane1-14/+18