mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 14:36:05 +00:00
This commit adds a sample application intended to present capabilities of the flash driver for AT45 family chips and to serve as a reference of how to make use of that driver. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_IMMEDIATE=y
|
|
|
|
CONFIG_SPI=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
CONFIG_SPI_FLASH_AT45=y
|
|
|
|
CONFIG_DEVICE_POWER_MANAGEMENT=y
|