zephyr/drivers/flash
Ioannis Konstantelias 4fffe790be drivers: flash: stm32l4x: Support SOCs with < 1MB
Up to now, the only SOC that was supported in the STM32L496 series was
STM32L496XG with flash of 1MB. With the recent support of STM32L496XE,
this implementation is not correct. This patch adds support for the
other SOCs that come with flashes of 512KB and 256KB.

Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>
2019-07-29 09:53:58 -04:00
..
CMakeLists.txt drivers: flash: Add STM32G0XX flash support 2019-07-05 10:35:55 -05:00
flash_gecko.c
flash_handlers.c
flash_native_posix.c
flash_page_layout.c
flash_priv.h
flash_sam.c
flash_sam0.c
flash_shell.c
flash_simulator.c drivers/flash/flash_simulator: fix flash size calculation 2019-07-17 13:49:26 -07:00
flash_stm32.c drivers: flash: Add STM32G0XX flash support 2019-07-05 10:35:55 -05:00
flash_stm32.h drivers: flash: Add STM32G0XX flash support 2019-07-05 10:35:55 -05:00
flash_stm32f3x.c
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32f0x.c
flash_stm32g0x.c drivers: flash: Add STM32G0XX flash support 2019-07-05 10:35:55 -05:00
flash_stm32l4x.c drivers: flash: stm32l4x: Support SOCs with < 1MB 2019-07-29 09:53:58 -04:00
flash_stm32wbx.c
Kconfig
Kconfig.gecko
Kconfig.mcux
Kconfig.native_posix
Kconfig.nios2_qspi
Kconfig.nor drivers/spi_nor: allow application control of flash layout page size 2019-07-24 09:20:56 -04:00
Kconfig.nrf
Kconfig.qmsi
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.simulator drivers/flash/flash_simulator: fix flash size calculation 2019-07-17 13:49:26 -07:00
Kconfig.stm32 drivers: flash: Add STM32G0XX flash support 2019-07-05 10:35:55 -05:00
Kconfig.w25qxxdv
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf.c
soc_flash_qmsi.c
soc_flash_rv32m1.c
spi_flash_w25qxxdv_defs.h
spi_flash_w25qxxdv.c
spi_flash_w25qxxdv.h
spi_nor.c drivers/spi_nor: enable logging API 2019-07-24 09:20:56 -04:00
spi_nor.h drivers/spi_nor: remove configurability of page/sector/block sizes 2019-07-24 09:20:56 -04:00