summaryrefslogtreecommitdiff
path: root/chip/stm32/flash-stm32h7.c
Commit message (Expand)AuthorAgeFilesLines
* stm32h7: Fail build if CONFIG_FLASH_READOUT_PROTECTION_AS_PSTATE not usedTom Hughes2019-07-111-0/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* stm32h7/nocturne_fp: Enable RDP level 1, tie it to flash protection statusNicolas Boichat2018-09-221-3/+30
* flash-stm32h7: Invalidate D-cache after erase/write operationsNicolas Boichat2018-07-131-0/+11
* flash-stm32h7: Fix protect_blocksNicolas Boichat2018-07-061-3/+3
* flash-stm32h7: Fix flash_physical_erase/write at bank boundaryNicolas Boichat2018-07-061-2/+2
* stm32: adding missing fix for bus fault on M7Vincent Palatin2018-06-121-0/+1
* stm32: fix ignoring bus fault on M7Vincent Palatin2018-06-041-0/+2
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-091-0/+468