zephyr/drivers/flash
Erwan Gouriou 5ef0019a24 drivers: flash: stm32: get write block size from device tree
In flash driver init, write_block_size could be initialized
with FLASH_WRITE_BLOCK_SIZE which is generated from device
tree parsing (dts property: "write-block-size")
Fixes #5305
If not defined, generate a compilation error.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-01-19 12:16:00 -06:00
..
CMakeLists.txt flash: add a driver for the internal flash on the SAM0 series. 2018-01-11 19:03:52 -05:00
flash_handlers.c
flash_page_layout.c
flash_priv.h drivers: flash: Assert implementation of Flash Page Layout 2017-12-12 14:23:50 -06:00
flash_sam0.c flash: add a driver for the internal flash on the SAM0 series. 2018-01-11 19:03:52 -05:00
flash_stm32.c drivers: flash: stm32: get write block size from device tree 2018-01-19 12:16:00 -06:00
flash_stm32.h
flash_stm32f3x_priv.c
flash_stm32f3x.c
flash_stm32f3x.h
flash_stm32f4x.c
flash_stm32f0x.c
flash_stm32l4x.c
Kconfig flash: add a driver for the internal flash on the SAM0 series. 2018-01-11 19:03:52 -05:00
Kconfig.sam0 flash: add a driver for the internal flash on the SAM0 series. 2018-01-11 19:03:52 -05:00
Kconfig.stm32 drivers: flash: Assert implementation of Flash Page Layout 2017-12-12 14:23:50 -06:00
soc_flash_mcux.c drivers: flash: Assert implementation of Flash Page Layout 2017-12-12 14:23:50 -06:00
soc_flash_nrf5.c
soc_flash_qmsi.c drivers: flash: Assert implementation of Flash Page Layout 2017-12-12 14:23:50 -06:00
spi_flash_w25qxxdv_defs.h
spi_flash_w25qxxdv.c drivers: flash: Assert implementation of Flash Page Layout 2017-12-12 14:23:50 -06:00
spi_flash_w25qxxdv.h