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