zephyr/soc
Aurelien Jarno 6194b7676c drivers: flash: add flash driver support for Atmel SAM E70
This patch adds a flash driver for the Atmel SAM E70 SoC. The driver has
been kept simple by considering that the flash is only composed of 8-KiB
blocks. Indeed an area at the beginning of the flash might be erased
with a smaller granularity, and the other blocks can also be erased with
a higher granularity. It also only handles the global read/write
protection, not the 128-KiB lock regions. A write error is returned if
a region is locked.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-11-20 14:11:07 -05:00
..
arc drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
arm drivers: flash: add flash driver support for Atmel SAM E70 2018-11-20 14:11:07 -05:00
nios2 Kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files 2018-11-13 16:04:01 -05:00
posix kernel: expose k_busy_wait() to user mode 2018-11-15 16:20:36 -05:00
riscv32 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
x86 drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
xtensa drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig linker: allow SoC to insert linker script fragments 2018-10-19 16:11:34 -04:00