zephyr/drivers/flash
Adam Kondraciuk d7dbb572e3 drivers: flash: nrfx: Modify flash address validation
Modifications in 'is_regular_addr_valid()' function which didn't work
properly when flash base address was different than 0x00000000.
Added calculating address bounds with respect to flash base address.

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
2019-10-14 21:05:23 +02:00
..
CMakeLists.txt drivers: flash: Add STM32G4X flash support 2019-10-04 18:44:24 -07:00
Kconfig drivers: flash: add omitted dependency 2019-10-04 09:19:44 -05:00
Kconfig.gecko
Kconfig.mcux
Kconfig.native_posix
Kconfig.nios2_qspi
Kconfig.nor
Kconfig.nrf
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.simulator
Kconfig.stm32 drivers: flash: Add STM32G4X flash support 2019-10-04 18:44:24 -07:00
Kconfig.w25qxxdv
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
flash_stm32.c drivers: flash: Add STM32G4X flash support 2019-10-04 18:44:24 -07:00
flash_stm32.h drivers: flash: Add STM32G4X flash support 2019-10-04 18:44:24 -07:00
flash_stm32f0x.c
flash_stm32f3x.c
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32g0x.c
flash_stm32g4x.c drivers: flash: Add STM32G4X flash support 2019-10-04 18:44:24 -07:00
flash_stm32l4x.c
flash_stm32wbx.c
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf.c drivers: flash: nrfx: Modify flash address validation 2019-10-14 21:05:23 +02:00
soc_flash_rv32m1.c
spi_flash_w25qxxdv.c
spi_flash_w25qxxdv.h
spi_flash_w25qxxdv_defs.h
spi_nor.c drivers: spi_nor: support Microchip SPI flash global unblock 2019-09-25 17:41:31 +02:00
spi_nor.h drivers: spi_nor: support Microchip SPI flash global unblock 2019-09-25 17:41:31 +02:00