zephyr/samples/drivers/spi_flash_at45/prj.conf
Andrzej Głąbek e92ba8f362 samples: drivers: Add sample that shows how to use AT45 flash driver
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>
2020-05-07 14:51:10 +02:00

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