summaryrefslogtreecommitdiff
path: root/src/flash/stellaris.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-1195/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-7/+1
* stellaris: use register_commands()Zachary T Welch2009-11-241-7/+20
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* rename flash and nand command helpersZachary T Welch2009-11-191-1/+1
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-3/+3
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-1/+1
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-21/+21
* target_t -> struct targetZachary T Welch2009-11-131-10/+10
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* stellaris_flash_bank_t -> struct stellaris_flash_bankZachary T Welch2009-11-131-12/+12
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* flash/<assorted>.c: remove useless declarationsZachary T Welch2009-11-091-33/+26
* Improve stellaris.c erase argument parsing.Zachary T Welch2009-11-051-7/+4
* - fixes the incorrect info msg displayed during stellaris flash programming.ntfreak2009-09-011-2/+2
* David Brownell <david-b@pacbell.net> Fix Sandstorm revision checking: right b...oharboe2009-08-301-1/+1
* David Brownell <david-b@pacbell.net> Clock updates/fixes for the Stellaris fl...oharboe2009-08-261-19/+137
* 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