summaryrefslogtreecommitdiff
path: root/chip/stm32/flash-stm32f0.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/stm32/flash-stm32f0.c: Format with clang-formatJack Rosenthal2022-06-291-15/+11
* include/flash: rename the APIsTim Lin2021-06-091-6/+6
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-5/+5
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-02-251-2/+21
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsstabilize-9313.BNicolas Boichat2017-02-231-4/+82
* stm32f0: flash: Don't check protect bits for flash that doesn't existShawn Nematbakhsh2016-01-211-2/+7
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-0/+27
* Write protect support for STM32F0Vic Yang2014-10-151-1/+44
* Add support for STM32F373Vic Yang2014-10-071-0/+1