mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 09:05:22 +00:00
Do not enable CONFIG_SERIAL explicitly in the flash_shell sample. Leave it up to the board definition to enable a suitable shell backend if CONFIG_SHELL is enabled. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_SHELL=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_HEAP_MEM_POOL_SIZE=16384
|