aboutsummaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-17fixed not halted error messagesoharboe1-0/+10
2008-07-23- more fixes to high density stm32x flash driverntfreak1-10/+114
2008-07-22- fix bug with stm32 high density write protectionntfreak1-7/+35
2008-07-15- stm32 flash driver correctly handles early siliconntfreak1-29/+35
2008-06-11- probe incorrect for high density stm32 flashntfreak1-2/+1
2008-06-06- stm32 erase will use mass_erase if all banks selectedntfreak1-30/+43
2008-06-04- luminary, stm32 and str7 flash driver error cleanupntfreak1-0/+1
2008-05-27- moved flash erase_check target code to target.cntfreak1-1/+1
2008-05-26- corrected error with stm32 page calculationntfreak1-1/+2
2008-05-24- update sectors on stm32x mass erasentfreak1-0/+7
2008-05-23- add support for newer high density stm32 partsntfreak1-30/+52
2008-04-29- stm32x default to 128k if flash size failed.ntfreak1-1/+6
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-1/+0
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-46/+5
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-14/+14
2008-03-07- correct spelling typo in stm32x flash driverntfreak1-1/+1
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-1/+16
2008-02-25dos2unix fix.oharboe1-988/+988