aboutsummaryrefslogtreecommitdiff
path: root/src/flash/stellaris.c
AgeCommit message (Expand)Author
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13stellaris_flash_bank_t -> struct stellaris_flash_bankZachary T Welch
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09flash/<assorted>.c: remove useless declarationsZachary T Welch
2009-11-05Improve stellaris.c erase argument parsing.Zachary T Welch
2009-09-01- fixes the incorrect info msg displayed during stellaris flash programming.ntfreak
2009-08-30David Brownell <david-b@pacbell.net> Fix Sandstorm revision checking: right b...oharboe
2009-08-26David Brownell <david-b@pacbell.net> Clock updates/fixes for the Stellaris fl...oharboe
2009-06-23Remove whitespace at end of lines, step 1.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- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2008-11-27- fix issue with luminary flash driver and tail bytesntfreak
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe
2008-08-17fixed not halted error messagesoharboe
2008-06-06- stm32 erase will use mass_erase if all banks selectedntfreak
2008-06-04- luminary, stm32 and str7 flash driver error cleanupntfreak
2008-05-28- stellaris flash driver changed warning to infontfreak
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-05-24- added stellaris flash mass_erase commandntfreak
2008-04-30- added new device to luminary flash driverntfreak
2008-04-26- luminary flash now loader polls when finishedntfreak
2008-04-20- set erase flag on sectorntfreak
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-04-08Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe