zephyr/drivers/flash
Peter Bigot bc33ef4d42 drivers: flash: nrf_qspi_nor: remove multithreading dependency
Replace semaphores with an atomic ready flag when used without
multithreading enabled.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-28 07:20:27 -05: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
jesd216.c
jesd216.h
Kconfig
Kconfig.at45 drivers: flash: spi nor: Add missing flash layout conf 2020-11-17 16:44:03 -05:00
Kconfig.gecko
Kconfig.mcux
Kconfig.nios2_qspi
Kconfig.nor drivers: flash: spi nor: Add missing flash layout conf 2020-11-17 16:44:03 -05:00
Kconfig.nordic_qspi_nor drivers: flash: nrf_qspi_nor: remove multithreading dependency 2020-11-28 07:20:27 -05:00
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: remove multithreading dependency 2020-11-28 07:20:27 -05:00
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf_ticker.c
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
spi_nor.c
spi_nor.h