| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | David Brownell <david-b@pacbell.net> Fix Sandstorm revision checking: right b... | oharboe | 2009-08-30 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s... | oharboe | 2009-08-30 | 1 | -21/+19 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 2 | -19/+19 |
* | David Brownell <david-b@pacbell.net> Clock updates/fixes for the Stellaris fl... | oharboe | 2009-08-26 | 2 | -19/+143 |
* | Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanup | oharboe | 2009-08-25 | 3 | -6/+5 |
* | Piotr Ziecik <kosmo@semihalf.com> Due to errors in chipselect management in d... | oharboe | 2009-08-18 | 1 | -3/+3 |
* | Audrius Urmanavičius [didele.deze@gmail.com]: | ntfreak | 2009-08-13 | 2 | -80/+202 |
* | - fix issue with reading device id, bug appeared when flash_address code was ... | ntfreak | 2009-07-20 | 1 | -3/+4 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 4 | -5/+5 |
* | Fix SEGFAULTs and broken error handling for flash programming w/working area | oharboe | 2009-07-08 | 1 | -15/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-02 | 1 | -1/+1 |
* | - correct stm32 connectivity line programming as per latest manual | ntfreak | 2009-07-01 | 1 | -7/+12 |
* | Remove at91sam3.h from flash.c; use extern like other drivers. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | - remove cygwin build warnings in at91sam3.c | ntfreak | 2009-06-30 | 1 | -3/+3 |
* | Fix search and replace casualty in flash.h doxygen block. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | Fix doxygen warnings in new at91sam3 source file; normalize style. | zwelch | 2009-06-30 | 1 | -46/+37 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-29 | 1 | -4/+4 |
* | Change from alloca() to malloc() | duane | 2009-06-27 | 1 | -14/+32 |
* | Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com" | duane | 2009-06-25 | 1 | -0/+1 |
* | Minor fixes to new at91sam3 files for x86-32/64 compilation problems. | zwelch | 2009-06-24 | 1 | -22/+49 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-24 | 1 | -172/+172 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-24 | 1 | -143/+143 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-24 | 1 | -335/+335 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-24 | 1 | -321/+321 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-24 | 1 | -1/+1 |
* | - Fixes '+' whitespace | zwelch | 2009-06-24 | 1 | -3/+3 |
* | - Fixes '=' whitespace | zwelch | 2009-06-24 | 1 | -6/+6 |
* | - Fixes '==' whitespace | zwelch | 2009-06-24 | 1 | -1/+1 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-24 | 1 | -10/+10 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-24 | 1 | -6/+6 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-24 | 1 | -12/+12 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-24 | 1 | -115/+115 |
* | Fix end-of-line style properties on newly added files. | zwelch | 2009-06-24 | 2 | -23/+23 |
* | Add support for ATMEL AT91SAM3U - CortexM3 Family | duane | 2009-06-24 | 4 | -0/+2521 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 12 | -228/+228 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 2 | -5/+5 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 15 | -97/+97 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 10 | -117/+117 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 10 | -31/+31 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 14 | -60/+60 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 16 | -65/+65 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 14 | -181/+181 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 6 | -15/+15 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 15 | -104/+104 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 5 | -41/+41 |
* | - Fixes '<=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[*]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 5 | -5/+5 |