summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
Commit message (Expand)AuthorAgeFilesLines
* - 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