Skip to content

Commit c60a870

Browse files
laodzudanieldegrasse
authored andcommitted
samples: modules: lvgl: demos: Increase main stack to fix crash
The increased complexity of the LVGL code now overruns the 4 KiB stack of the main thread. Increase it to 6 KiB to fix the error. Fixes: #94473 Signed-off-by: Detlev Zundel <[email protected]> (cherry picked from commit e05a272)
1 parent d26b221 commit c60a870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/modules/lvgl/demos/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_MAIN_STACK_SIZE=4096
1+
CONFIG_MAIN_STACK_SIZE=6144
22
CONFIG_LOG=y
33
CONFIG_SHELL=y
44

0 commit comments

Comments
 (0)