summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
Commit message (Expand)AuthorAgeFilesLines
* - correct stm32 connectivity line programming as per latest manualntfreak2009-07-011-7/+12
* Remove whitespace that occurs before ')'.zwelch2009-06-231-31/+31
* Remove whitespace that occurs after '('.zwelch2009-06-231-32/+32
* - Fixes '[|]' whitespacezwelch2009-06-231-9/+9
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-6/+6
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-4/+4
* - Replace 'if(' with 'if ('.zwelch2009-06-231-25/+25
* C99 printf() -Werror fixesduane2009-06-211-4/+4
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-24/+24
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-15/+15
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-10/+10
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-210/+210
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+0
* Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2009-05-071-12/+8
* Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu2009-04-291-1/+10
* 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