mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 02:35:21 +00:00
Demonstrate use of the JESD216 API as a utility to display the discoverable parameters. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_JESD216_API=y
|
|
|
|
# Assume the standard SPI NOR flash driver. If the device uses
|
|
# another driver add an override configuration in boards/.
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_NOR=y
|