From 5b3d9ae46fe7a46bfdf686828c8b0d9b4d17ea59 Mon Sep 17 00:00:00 2001 From: erlingrj Date: Sat, 21 Sep 2024 06:41:10 -0700 Subject: [PATCH] Increase Zephyr main stack size to avoid stack overflow in a test --- core/src/main/resources/lib/platform/zephyr/prj_lf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/resources/lib/platform/zephyr/prj_lf.conf b/core/src/main/resources/lib/platform/zephyr/prj_lf.conf index 5b026c5035..20ed364571 100644 --- a/core/src/main/resources/lib/platform/zephyr/prj_lf.conf +++ b/core/src/main/resources/lib/platform/zephyr/prj_lf.conf @@ -7,3 +7,4 @@ CONFIG_PRINTK=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y CONFIG_THREAD_CUSTOM_DATA=y +CONFIG_MAIN_STACK_SIZE=2048