When tested with xiao_esp32s3 + seeed_xiao_round_display main stack is occupied with 3504 bytes (checked with 'kernel thread stacks' command). Increase main stack size from 2k to 4k in order to make this sample work at runtime. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
CONFIG_LV_Z_MEM_POOL_SIZE=16384
|
|
CONFIG_LV_Z_SHELL=y
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_SHELL=y
|
|
|
|
CONFIG_LVGL=y
|
|
CONFIG_LV_USE_LOG=y
|
|
CONFIG_LV_USE_LABEL=y
|
|
CONFIG_LV_USE_ARC=y
|
|
CONFIG_LV_USE_MONKEY=y
|
|
CONFIG_LV_FONT_MONTSERRAT_14=y
|