zephyr/drivers/flash
Justin Brederveld 28297adde4 drivers: flash: stm32f4: Don't invert an already inverted mask
Clearing the PSIZE bits in the FLASH CR should not invert the mask
defined in stm32f4xx_hal_flash.h (#define CR_PSIZE_MASK 0xFFFFFCFFU)

Signed-off-by: Justin Brederveld <jmbrederveld@gmail.com>
2020-11-12 08:56:06 -06:00
..
CMakeLists.txt drivers/flash/soc_flash_nrf: Rename config option SOC_FLASH_NRF_RADIO_SYNC 2020-09-21 13:06:16 +02:00
flash_gecko.c
flash_handlers.c
flash_page_layout.c
flash_priv.h
flash_sam.c
flash_sam0.c
flash_shell.c drivers: flash: Restore write protection in flash_shell 2020-10-02 12:06:28 -04:00
flash_simulator.c
flash_stm32_v1.c
flash_stm32.c
flash_stm32.h
flash_stm32f4x.c drivers: flash: stm32f4: Don't invert an already inverted mask 2020-11-12 08:56:06 -06:00
flash_stm32f7x.c
flash_stm32g4x.c
flash_stm32g0x.c
flash_stm32l4x.c
flash_stm32wbx.c drivers: flash: stm32wb: Fix build error 2020-09-04 11:53:02 +02:00
jesd216.c
jesd216.h
Kconfig
Kconfig.at45
Kconfig.gecko
Kconfig.mcux
Kconfig.nios2_qspi
Kconfig.nor
Kconfig.nordic_qspi_nor
Kconfig.nrf drivers/flash/soc_flash_nrf: Enable ticker radio sync only with Zephyr LL 2020-09-21 13:06:16 +02:00
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.simulator
Kconfig.stm32
nrf_qspi_nor.c drivers/flash/nrf_qspi_nor: Add support for nRF53 Series SoCs 2020-11-10 21:01:37 +02:00
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf_ticker.c drivers/flash/soc_flash_nrf: implement ticker synch backend 2020-09-04 16:08:42 +02:00
soc_flash_nrf.c drivers: sock_flash_nrf: Report errors to log 2020-11-11 08:30:50 -05:00
soc_flash_nrf.h drivers/flash/soc_flash_nrf: introduce synchronization api usage 2020-09-04 16:08:42 +02:00
soc_flash_rv32m1.c
spi_flash_at45.c drivers: spi_flash_at45: Replace hardcoded sector size 2020-09-04 11:58:22 +02:00
spi_nor.c
spi_nor.h