summaryrefslogtreecommitdiff
path: root/src/flash/str7x.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-706/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+1
* str7x: use register_commands()Zachary T Welch2009-11-241-8/+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-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* 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-12/+12
* target_t -> struct targetZachary T Welch2009-11-131-8/+8
* working_area_t -> struct working_areaZachary T Welch2009-11-131-1/+1
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* str7x_mem_layout_t -> struct str7x_mem_layoutZachary T Welch2009-11-131-2/+2
* str7x_flash_bank_t -> struct str7x_flash_bankZachary T Welch2009-11-131-10/+10
* 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-2/+2
* str{7,9}x*.c: remove useless forward declarationsZachary T Welch2009-11-091-37/+26
* Improve str7x config command argument parsing.Zachary T Welch2009-11-051-12/+9
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-94/+94
* - Replace '){' with ') {'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-4/+4
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-3/+3
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-4/+4
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-30/+30
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-5/+5
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-4/+4
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-9/+0
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-26/+28
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-4/+4
* fixed not halted error messagesoharboe2008-08-171-0/+5
* - more fixes to high density stm32x flash driverntfreak2008-07-231-0/+3
* - luminary, stm32 and str7 flash driver error cleanupntfreak2008-06-041-0/+1
* - split str71x driver into banksntfreak2008-04-141-108/+48
* fix flash info - now reports erased state properlyoharboe2008-04-021-44/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-18/+18
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-8/+18