summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-1240/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-5/+1
* stm32x: use register_commands()Zachary T Welch2009-11-241-21/+44
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* rename flash and nand command helpersZachary T Welch2009-11-191-5/+5
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-26/+26
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-3/+3
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-6/+6
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-5/+5
* 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-20/+20
* target_t -> struct targetZachary T Welch2009-11-131-17/+17
* working_area_t -> struct working_areaZachary T Welch2009-11-131-1/+1
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* stm32x_flash_bank_t -> struct stm32x_flash_bankZachary T Welch2009-11-131-14/+14
* 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-6/+6
* {pic32m,stm32}x.c: remove useless declarationsZachary T Welch2009-11-091-48/+38
* Improve stm32x.c command argument parsing.Zachary T Welch2009-11-051-35/+20
* Enhancement: stm32 flash protection error messagedbrownell2009-09-201-1/+1
* - correct stm32 connectivity line programming as per latest manualntfreak2009-07-011-7/+12
* Remove whitespace that occurs before ')'.zwelch2009-06-231-31/+31
* Remove whitespace that occurs after '('.zwelch2009-06-231-32/+32
* - Fixes '[|]' whitespacezwelch2009-06-231-9/+9
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-6/+6
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-4/+4
* - Replace 'if(' with 'if ('.zwelch2009-06-231-25/+25
* C99 printf() -Werror fixesduane2009-06-211-4/+4
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-24/+24
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-15/+15
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-10/+10
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-210/+210
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+0
* Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2009-05-071-12/+8
* Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu2009-04-291-1/+10
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-38/+40
* Improved (for humans) error reporting for flash programming errors.mlu2009-04-141-1/+21
* Cortex-M3 cleanup and performance patchmlu2009-04-021-1/+1
* - stm32x flash driver - add support for stm32105/107 (connectivity line)ntfreak2009-02-261-1/+33
* - stm32x flash driver: add support for low density devicesntfreak2008-11-271-1/+33
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-1/+1