aboutsummaryrefslogtreecommitdiff
path: root/src/flash/stellaris.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Fixes '[|]' whitespacezwelch1-16/+16
2009-06-23- Fixes '+' whitespacezwelch1-4/+4
2009-06-23- Fixes '<<' whitespacezwelch1-2/+2
2009-06-23- Fixes '>>' whitespacezwelch1-9/+9
2009-06-23- Replace 'while(' with 'while ('.zwelch1-3/+3
2009-06-23- Replace 'if(' with 'if ('.zwelch1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-23/+45
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-26/+26
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-6/+6
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-103/+103
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-11/+1
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-3/+3
2009-04-18The following patches was applied:mifi1-39/+41
2008-11-27- fix issue with luminary flash driver and tail bytesntfreak1-12/+43
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-1/+1
2008-08-17fixed not halted error messagesoharboe1-0/+6
2008-06-06- stm32 erase will use mass_erase if all banks selectedntfreak1-7/+12
2008-06-04- luminary, stm32 and str7 flash driver error cleanupntfreak1-34/+23
2008-05-28- stellaris flash driver changed warning to infontfreak1-4/+4
2008-05-27- moved flash erase_check target code to target.cntfreak1-1/+1
2008-05-24- added stellaris flash mass_erase commandntfreak1-80/+132
2008-04-30- added new device to luminary flash driverntfreak1-2/+35
2008-04-26- luminary flash now loader polls when finishedntfreak1-7/+3
2008-04-20- set erase flag on sectorntfreak1-4/+6
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-1/+0
2008-04-08Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe1-0/+11
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-33/+33
2008-03-07Michael Bruck: fixed warningsoharboe1-10/+14
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe1-45/+45
2008-02-29Uwe Hermann: oharboe1-6/+3
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-25/+28
2008-02-25dos2unix fix.oharboe1-935/+935
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-945/+935
2008-01-27- added autoprobe functionalitymifi1-0/+14
2008-01-23Updated list of LMI partnamesmlu1-27/+99
2007-09-10- Fixed display of sector sizes in flash.cmlu1-26/+41
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-21/+19
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath1-1/+1
2007-06-14Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu1-8/+61
2007-06-14- added stellaris.[ch] missing from Cortex-M3 mergedrath1-0/+793