console example: increase main task stack size
Stack size was not sufficient for logging at Verbose log level.
This commit is contained in:
parent
57a516389c
commit
206eadab5a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
|
|||
CONFIG_LOG_BOOTLOADER_LEVEL=2
|
||||
|
||||
# Increase main task stack size
|
||||
CONFIG_MAIN_TASK_STACK_SIZE=6144
|
||||
CONFIG_MAIN_TASK_STACK_SIZE=7168
|
||||
|
||||
# Enable filesystem
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
|
|
Loading…
Reference in a new issue