zephyr/drivers/flash
Marti Bolivar 32482e9cb8 flash: stm32: stm32f4: add page layout support
Add flash page layout support for STM32F4 SoCs.

This almost eliminates the need for flash_map.h, except for
STM32F4X_SECTOR_MASK, so delete the file and move the define into the
F4 implementation, to keep things simple.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-09-11 11:41:57 -04:00
..
flash_page_layout.c Drivers: flash: New API to obtain the flash layout 2017-09-11 11:41:57 -04:00
flash_stm32.c flash: stm32: stm32f4: add page layout support 2017-09-11 11:41:57 -04:00
flash_stm32.h flash: stm32: stm32f4: add page layout support 2017-09-11 11:41:57 -04:00
flash_stm32f3x_priv.c
flash_stm32f3x.c
flash_stm32f3x.h
flash_stm32f4x.c flash: stm32: stm32f4: add page layout support 2017-09-11 11:41:57 -04:00
flash_stm32l4x.c flash: stm32: clean up L4/F4 internal API 2017-09-11 11:41:57 -04:00
Kconfig Drivers: flash: New API to obtain the flash layout 2017-09-11 11:41:57 -04:00
Kconfig.stm32 flash: stm32: stm32f4: add page layout support 2017-09-11 11:41:57 -04:00
Makefile Drivers: flash: New API to obtain the flash layout 2017-09-11 11:41:57 -04:00
soc_flash_mcux.c
soc_flash_nrf5.c Drivers: flash: nrf5: Implement flash layout APIs 2017-09-11 11:41:57 -04:00
soc_flash_qmsi.c
spi_flash_w25qxxdv_defs.h
spi_flash_w25qxxdv.c
spi_flash_w25qxxdv.h