aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2009-08-26David Brownell <david-b@pacbell.net> Clock updates/fixes for the Stellaris fl...oharboe
2009-08-25Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanupoharboe
2009-08-18Piotr Ziecik <kosmo@semihalf.com> Due to errors in chipselect management in d...oharboe
2009-08-13Audrius Urmanavičius [didele.deze@gmail.com]:ntfreak
2009-07-20- fix issue with reading device id, bug appeared when flash_address code was ...ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-08Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe
2009-07-02David Brownell <david-b@pacbell.net>:zwelch
2009-07-01- correct stm32 connectivity line programming as per latest manualntfreak
2009-06-30Remove at91sam3.h from flash.c; use extern like other drivers.zwelch
2009-06-30- remove cygwin build warnings in at91sam3.cntfreak
2009-06-30Fix search and replace casualty in flash.h doxygen block.zwelch
2009-06-30Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch
2009-06-29David Brownell <david-b@pacbell.net>:zwelch
2009-06-27Change from alloca() to malloc()duane
2009-06-25Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane
2009-06-24Minor fixes to new at91sam3 files for x86-32/64 compilation problems.zwelch
2009-06-24Remove whitespace at end of lines, step 2.zwelch
2009-06-24- Replace '){' with ') {'.zwelch
2009-06-24Remove whitespace that occurs before ')'.zwelch
2009-06-24Remove whitespace that occurs after '('.zwelch
2009-06-24- Fixes '[|]' whitespacezwelch
2009-06-24- Fixes '+' whitespacezwelch
2009-06-24- Fixes '=' whitespacezwelch
2009-06-24- Fixes '==' whitespacezwelch
2009-06-24- Replace 'for(' with 'for ('.zwelch
2009-06-24- Replace 'switch(' with 'switch ('.zwelch
2009-06-24- Replace 'while(' with 'while ('.zwelch
2009-06-24- Replace 'if(' with 'if ('.zwelch
2009-06-24Fix end-of-line style properties on newly added files.zwelch
2009-06-24Add support for ATMEL AT91SAM3U - CortexM3 Familyduane
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '<=' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[*]=' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'do{' with 'do {'.zwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch