summaryrefslogtreecommitdiff
path: root/src/flash/stellaris.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-13/+13
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-16/+16
* - Fixes '+' whitespacezwelch2009-06-231-4/+4
* - Fixes '<<' whitespacezwelch2009-06-231-2/+2
* - Fixes '>>' whitespacezwelch2009-06-231-9/+9
* - Replace 'while(' with 'while ('.zwelch2009-06-231-3/+3
* - Replace 'if(' with 'if ('.zwelch2009-06-231-4/+4
* C99 printf() -Werror fixesduane2009-06-211-23/+45
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-26/+26
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-6/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-103/+103
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-11/+1
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-3/+3
* The following patches was applied:mifi2009-04-181-39/+41
* - fix issue with luminary flash driver and tail bytesntfreak2008-11-271-12/+43
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-1/+1
* fixed not halted error messagesoharboe2008-08-171-0/+6
* - stm32 erase will use mass_erase if all banks selectedntfreak2008-06-061-7/+12
* - luminary, stm32 and str7 flash driver error cleanupntfreak2008-06-041-34/+23
* - stellaris flash driver changed warning to infontfreak2008-05-281-4/+4
* - moved flash erase_check target code to target.cntfreak2008-05-271-1/+1
* - added stellaris flash mass_erase commandntfreak2008-05-241-80/+132
* - added new device to luminary flash driverntfreak2008-04-301-2/+35
* - luminary flash now loader polls when finishedntfreak2008-04-261-7/+3
* - set erase flag on sectorntfreak2008-04-201-4/+6
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-1/+0
* Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe2008-04-081-0/+11
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-33/+33
* Michael Bruck: fixed warningsoharboe2008-03-071-10/+14
* Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe2008-03-051-45/+45
* Uwe Hermann: oharboe2008-02-291-6/+3
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-25/+28
* dos2unix fix.oharboe2008-02-251-935/+935
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-945/+935
* - added autoprobe functionalitymifi2008-01-271-0/+14
* Updated list of LMI partnamesmlu2008-01-231-27/+99
* - Fixed display of sector sizes in flash.cmlu2007-09-101-26/+41
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-21/+19
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-1/+1
* Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu2007-06-141-8/+61
* - added stellaris.[ch] missing from Cortex-M3 mergedrath2007-06-141-0/+793