Skip to content

Commit

Permalink
Increase Zephyr main stack size to avoid stack overflow in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj authored and lhstrh committed Sep 22, 2024
1 parent e3f5a6b commit 5b3d9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/resources/lib/platform/zephyr/prj_lf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b3d9ae

Please sign in to comment.