summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe2009-07-081-15/+31
* David Brownell <david-b@pacbell.net>:zwelch2009-07-021-1/+1
* - correct stm32 connectivity line programming as per latest manualntfreak2009-07-011-7/+12
* Remove at91sam3.h from flash.c; use extern like other drivers.zwelch2009-06-301-1/+1
* - remove cygwin build warnings in at91sam3.cntfreak2009-06-301-3/+3
* Fix search and replace casualty in flash.h doxygen block.zwelch2009-06-301-1/+1
* Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch2009-06-301-46/+37
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-4/+4
* Change from alloca() to malloc()duane2009-06-271-14/+32
* Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane2009-06-251-0/+1
* Minor fixes to new at91sam3 files for x86-32/64 compilation problems.zwelch2009-06-241-22/+49
* Remove whitespace at end of lines, step 2.zwelch2009-06-241-172/+172
* - Replace '){' with ') {'.zwelch2009-06-241-143/+143
* Remove whitespace that occurs before ')'.zwelch2009-06-241-335/+335
* Remove whitespace that occurs after '('.zwelch2009-06-241-321/+321
* - Fixes '[|]' whitespacezwelch2009-06-241-1/+1
* - Fixes '+' whitespacezwelch2009-06-241-3/+3
* - Fixes '=' whitespacezwelch2009-06-241-6/+6
* - Fixes '==' whitespacezwelch2009-06-241-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-241-10/+10
* - Replace 'switch(' with 'switch ('.zwelch2009-06-241-6/+6
* - Replace 'while(' with 'while ('.zwelch2009-06-241-12/+12
* - Replace 'if(' with 'if ('.zwelch2009-06-241-115/+115
* Fix end-of-line style properties on newly added files.zwelch2009-06-242-23/+23
* Add support for ATMEL AT91SAM3U - CortexM3 Familyduane2009-06-244-0/+2521
* Remove whitespace at end of lines, step 1.zwelch2009-06-2312-228/+228
* - Replace '){' with ') {'.zwelch2009-06-232-5/+5
* Remove whitespace that occurs before ')'.zwelch2009-06-2315-97/+97
* Remove whitespace that occurs after '('.zwelch2009-06-2310-117/+117
* - Fixes '[<>]' whitespacezwelch2009-06-2310-31/+31
* - Fixes '[|]' whitespacezwelch2009-06-2314-60/+60
* - Fixes '+' whitespacezwelch2009-06-2316-65/+65
* - Fixes '=' whitespacezwelch2009-06-2314-181/+181
* - Fixes '==' whitespacezwelch2009-06-236-15/+15
* - Fixes '<<' whitespacezwelch2009-06-2315-104/+104
* - Fixes '>>' whitespacezwelch2009-06-235-41/+41
* - Fixes '<=' whitespacezwelch2009-06-231-2/+2
* - Fixes '>=' whitespacezwelch2009-06-231-1/+1
* - Fixes '&&' whitespacezwelch2009-06-231-1/+1
* - Fixes '[*]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-235-5/+5
* - Fixes '!=' whitespacezwelch2009-06-238-29/+29
* - Replace 'do{' with 'do {'.zwelch2009-06-232-5/+5
* - Replace 'for(' with 'for ('.zwelch2009-06-234-7/+7
* - Replace 'switch(' with 'switch ('.zwelch2009-06-235-20/+20
* - Replace 'while(' with 'while ('.zwelch2009-06-236-14/+14
* - Replace 'if(' with 'if ('.zwelch2009-06-2312-154/+154
* C99 printf() -Werror fixesduane2009-06-211-5/+9
* C99 printf() -Werror fixesduane2009-06-211-14/+18
* C99 printf() -Werror fixesduane2009-06-211-28/+55