summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.c
Commit message (Expand)AuthorAgeFilesLines
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* stm32x_flash_bank_t -> struct stm32x_flash_bankZachary T Welch2009-11-131-14/+14
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+6
* {pic32m,stm32}x.c: remove useless declarationsZachary T Welch2009-11-091-48/+38
* Improve stm32x.c command argument parsing.Zachary T Welch2009-11-051-35/+20
* Enhancement: stm32 flash protection error messagedbrownell2009-09-201-1/+1
* - 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