zephyr/drivers/flash
Alexandre Bourdiol d7fb61f224 drivers: flash: stm32wb: disable Page Erase at end of erase_page()
FLASH_TYPEERASE_PAGES is null and doesn't represent a bit in the
register, thus this instruction has no effect.
It must be replaced by FLASH_CR_PER which is the bit that should
be cleared.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
2020-07-20 12:48:10 +02:00
..
CMakeLists.txt
flash_gecko.c
flash_handlers.c
flash_page_layout.c
flash_priv.h
flash_sam.c
flash_sam0.c
flash_shell.c flash: Enhance 'flash read' to read a block of data 2020-07-07 17:19:26 -04:00
flash_simulator.c
flash_stm32_v1.c drivers: flash: Add support for STM32L0X 2020-07-03 08:05:03 -04:00
flash_stm32.c drivers: STM32 dualcore concurrent register access protection with HSEM 2020-07-09 11:27:56 +02:00
flash_stm32.h drivers: flash: Add support for STM32L0X 2020-07-03 08:05:03 -04:00
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32g4x.c
flash_stm32g0x.c
flash_stm32l4x.c
flash_stm32wbx.c drivers: flash: stm32wb: disable Page Erase at end of erase_page() 2020-07-20 12:48:10 +02:00
Kconfig
Kconfig.at45
Kconfig.gecko
Kconfig.mcux drivers: soc_flash_mcux check before reading 2020-07-09 11:28:25 +02:00
Kconfig.nios2_qspi
Kconfig.nor
Kconfig.nordic_qspi_nor drivers: flash: nrf_qspi_nor: record dependency on multithreading 2020-07-07 16:24:38 -04:00
Kconfig.nrf
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.simulator
Kconfig.stm32 drivers: flash: Add support for STM32L0X 2020-07-03 08:05:03 -04:00
Kconfig.w25qxxdv
nrf_qspi_nor.c drivers: flash: nrf_qspi_nor: supports non-aligned read 2020-07-20 12:46:38 +02:00
soc_flash_mcux.c drivers: soc_flash_mcux check before reading 2020-07-09 11:28:25 +02:00
soc_flash_nios2_qspi.c
soc_flash_nrf.c drivers: flash: nrf: Fix flash operation timeout 2020-07-09 07:17:41 -04:00
soc_flash_rv32m1.c
spi_flash_at45.c drivers: spi_flash_at45: respect devicetree cs-gpios flags 2020-07-09 06:07:07 -05:00
spi_flash_w25qxxdv_defs.h
spi_flash_w25qxxdv.c
spi_flash_w25qxxdv.h
spi_nor.c
spi_nor.h