aboutsummaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-1240/+0
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-5/+1
2009-11-24stm32x: use register_commands()Zachary T Welch1-21/+44
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-19rename flash and nand command helpersZachary T Welch1-5/+5
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-26/+26
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-3/+3
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-6/+6
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch1-5/+5
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-20/+20
2009-11-13target_t -> struct targetZachary T Welch1-17/+17
2009-11-13working_area_t -> struct working_areaZachary T Welch1-1/+1
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch1-1/+1
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13stm32x_flash_bank_t -> struct stm32x_flash_bankZachary T Welch1-14/+14
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-1/+1
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+6
2009-11-09{pic32m,stm32}x.c: remove useless declarationsZachary T Welch1-48/+38
2009-11-05Improve stm32x.c command argument parsing.Zachary T Welch1-35/+20
2009-09-20Enhancement: stm32 flash protection error messagedbrownell1-1/+1
2009-07-01- correct stm32 connectivity line programming as per latest manualntfreak1-7/+12
2009-06-23Remove whitespace that occurs before ')'.zwelch1-31/+31
2009-06-23Remove whitespace that occurs after '('.zwelch1-32/+32
2009-06-23- Fixes '[|]' whitespacezwelch1-9/+9
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-6/+6
2009-06-23- Fixes '!=' whitespacezwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-4/+4
2009-06-23- Replace 'if(' with 'if ('.zwelch1-25/+25
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-24/+24
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-15/+15
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-10/+10
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-210/+210
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-8/+0
2009-05-07Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch1-12/+8
2009-04-29Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu1-1/+10
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-38/+40
2009-04-14Improved (for humans) error reporting for flash programming errors.mlu1-1/+21
2009-04-02Cortex-M3 cleanup and performance patchmlu1-1/+1
2009-02-26- stm32x flash driver - add support for stm32105/107 (connectivity line)ntfreak1-1/+33
2008-11-27- stm32x flash driver: add support for low density devicesntfreak1-1/+33
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-1/+1