mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 04:55:57 +00:00
Convert flash_shell example to use the new shell API. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_LOG=y
|
|
CONFIG_FLASH=y
|
|
# Your flash driver may not enable this, even if it's supported.
|
|
# If that's the case and you're interested in the flash layout, enable
|
|
# it here.
|
|
# CONFIG_FLASH_PAGE_LAYOUT=y
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|