aboutsummaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
AgeCommit message (Expand)Author
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
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak
2007-06-24- ST STM32x cortex support addedntfreak