zephyr/drivers/flash
Olivier Martin 7031d5bdda drivers: flash: w25qxxdv: write across programming pages
Until now spi_flash_wb_write/read functions were only supporting
buffers that fit into a W25Q page (even if there were not checking
the offset was page aligned).
This change allows these function to read/write multiple W25Q page.
This change is required as the caller of these functions are not
aware of flash page size.

Signed-off-by: Johannes Hutter <johannes@proglove.de>
Signed-off-by: Olivier Martin <olivier.martin@proglove.de>
Signed-off-by: Michael Wendland <michael@proglove.de>
2019-01-07 16:09:04 -05:00
..
CMakeLists.txt Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
flash_gecko.c
flash_handlers.c
flash_page_layout.c
flash_priv.h
flash_sam.c
flash_sam0.c
flash_shell.c flash: Remove NRF dependency from flash shell 2019-01-07 11:10:34 +01:00
flash_stm32.c drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
flash_stm32.h drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
flash_stm32f3x_priv.c
flash_stm32f3x.c
flash_stm32f3x.h
flash_stm32f4x.c
flash_stm32f7x.c drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
flash_stm32f0x.c
flash_stm32l4x.c
Kconfig drivers: flash: support NRF UICR operations 2018-12-19 17:47:08 +01:00
Kconfig.gecko
Kconfig.nor
Kconfig.qmsi
Kconfig.sam
Kconfig.sam0
Kconfig.stm32 drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
Kconfig.w25qxxdv drivers: flash: w25qxxdv: write across programming pages 2019-01-07 16:09:04 -05:00
soc_flash_mcux.c ext: mcux: Update to MCUXpresso SDK 2.5.0 2019-01-03 17:25:28 -05:00
soc_flash_nios2_qspi.c
soc_flash_nrf.c Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
soc_flash_qmsi.c
spi_flash_w25qxxdv_defs.h
spi_flash_w25qxxdv.c drivers: flash: w25qxxdv: write across programming pages 2019-01-07 16:09:04 -05:00
spi_flash_w25qxxdv.h
spi_nor.c
spi_nor.h