aboutsummaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
AgeCommit message (Expand)Author
2009-09-20Enhancement: stm32 flash protection error messagedbrownell
2009-07-01- correct stm32 connectivity line programming as per latest manualntfreak
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-05-07Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch
2009-04-29Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2009-04-14Improved (for humans) error reporting for flash programming errors.mlu
2009-04-02Cortex-M3 cleanup and performance patchmlu
2009-02-26- stm32x flash driver - add support for stm32105/107 (connectivity line)ntfreak
2008-11-27- stm32x flash driver: add support for low density devicesntfreak
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe
2008-08-17fixed not halted error messagesoharboe
2008-07-23- more fixes to high density stm32x flash driverntfreak
2008-07-22- fix bug with stm32 high density write protectionntfreak
2008-07-15- stm32 flash driver correctly handles early siliconntfreak
2008-06-11- probe incorrect for high density stm32 flashntfreak
2008-06-06- stm32 erase will use mass_erase if all banks selectedntfreak
2008-06-04- luminary, stm32 and str7 flash driver error cleanupntfreak
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-05-26- corrected error with stm32 page calculationntfreak
2008-05-24- update sectors on stm32x mass erasentfreak
2008-05-23- add support for newer high density stm32 partsntfreak
2008-04-29- stm32x default to 128k if flash size failed.ntfreak
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-07- correct spelling typo in stm32x flash driverntfreak
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe
2008-02-25dos2unix fix.oharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-02-14- added check for revA silicon in stm32 flash driverntfreak
2008-02-10- stm32 flash driver now checks for correct targetntfreak
2008-02-10- add autoprobe support to the stm32 flash driverntfreak
2008-01-27- added autoprobe functionalitymifi
2007-11-21- reset_run now works as expected on cortex-m3ntfreak