summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed not halted error messagesoharboe2008-08-171-0/+10
* - more fixes to high density stm32x flash driverntfreak2008-07-231-10/+114
* - fix bug with stm32 high density write protectionntfreak2008-07-221-7/+35
* - stm32 flash driver correctly handles early siliconntfreak2008-07-151-29/+35
* - probe incorrect for high density stm32 flashntfreak2008-06-111-2/+1
* - stm32 erase will use mass_erase if all banks selectedntfreak2008-06-061-30/+43
* - luminary, stm32 and str7 flash driver error cleanupntfreak2008-06-041-0/+1
* - moved flash erase_check target code to target.cntfreak2008-05-271-1/+1
* - corrected error with stm32 page calculationntfreak2008-05-261-1/+2
* - update sectors on stm32x mass erasentfreak2008-05-241-0/+7
* - add support for newer high density stm32 partsntfreak2008-05-231-30/+52
* - stm32x default to 128k if flash size failed.ntfreak2008-04-291-1/+6
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-1/+0
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-46/+5
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-14/+14
* - correct spelling typo in stm32x flash driverntfreak2008-03-071-1/+1
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-1/+16
* dos2unix fix.oharboe2008-02-251-988/+988
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-998/+988
* - added check for revA silicon in stm32 flash driverntfreak2008-02-141-0/+9
* - stm32 flash driver now checks for correct targetntfreak2008-02-101-0/+11
* - add autoprobe support to the stm32 flash driverntfreak2008-02-101-44/+37
* - added autoprobe functionalitymifi2008-01-271-0/+1
* - reset_run now works as expected on cortex-m3ntfreak2007-11-211-106/+250
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-081-15/+9
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-25/+12
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-1/+1
* - ST STM32x cortex support addedntfreak2007-06-241-0/+859