zephyr/drivers/flash
Thomas Altenbach c5ebea590f drivers/flash: stm32h7: fix fault when cache disabled
Add a check to avoid invalidating the cache when the latter is disabled.
Indeed, doing so can lead to a bus fault.

Signed-off-by: Thomas Altenbach <taltenbach@witekio.com>
2022-04-21 13:05:08 +02:00
..
CMakeLists.txt drivers: flash for the stm32l5x or stm32u5 serie with max 2MB 2022-04-13 13:55:34 -07:00
Kconfig
Kconfig.at45
Kconfig.b91
Kconfig.esp32
Kconfig.gecko
Kconfig.it8xxx2
Kconfig.lpc
Kconfig.mcux
Kconfig.nios2_qspi
Kconfig.nor
Kconfig.nordic_qspi_nor
Kconfig.nrf
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.simulator
Kconfig.stm32 drivers: flash stm32 flash driver includes stm32u5 serie 2022-04-13 13:55:34 -07:00
Kconfig.stm32_qspi kconfig: fix dt_node_has_prop and add nodelabel functions 2022-03-23 13:25:21 +01:00
flash_esp32.c
flash_gecko.c
flash_handlers.c
flash_ite_it8xxx2.c
flash_mcux_flexspi_hyperflash.c
flash_mcux_flexspi_mx25um51345g.c
flash_mcux_flexspi_nor.c drivers: flash: flash_mcux_flexspi_nor: move device data to RAM 2022-03-22 23:14:00 -05:00
flash_page_layout.c
flash_priv.h
flash_sam.c
flash_sam0.c
flash_shell.c drivers/flash/flash_shell: Check for read error before verification 2022-04-12 10:05:40 -05:00
flash_simulator.c
flash_stm32.c drivers: flash: stm32 definition of all registered bitfield 2022-04-13 13:55:34 -07:00
flash_stm32.h drivers: flash: stm32 definition of all registered bitfield 2022-04-13 13:55:34 -07:00
flash_stm32_qspi.c
flash_stm32_v1.c
flash_stm32f2x.c
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32g0x.c
flash_stm32g4x.c drivers: flash: stm32 definition of all registered bitfield 2022-04-13 13:55:34 -07:00
flash_stm32h7x.c drivers/flash: stm32h7: fix fault when cache disabled 2022-04-21 13:05:08 +02:00
flash_stm32l4x.c drivers: flash: stm32 definition of all registered bitfield 2022-04-13 13:55:34 -07:00
flash_stm32l5_u5.c drivers: flash: stm32 definition of all registered bitfield 2022-04-13 13:55:34 -07:00
flash_stm32wbx.c
jesd216.c
jesd216.h drivers: nrf_qspi_nor: Add support for S2B1 QER 2022-03-24 14:54:05 +01:00
nrf_qspi_nor.c drivers: nrf_qspi_nor: Add support for S2B1 QER 2022-03-24 14:54:05 +01:00
soc_flash_b91.c
soc_flash_lpc.c
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf.c
soc_flash_nrf.h
soc_flash_nrf_ticker.c
soc_flash_rv32m1.c
spi_flash_at45.c
spi_nor.c
spi_nor.h drivers: nrf_qspi_nor: Add support for S2B1 QER 2022-03-24 14:54:05 +01:00