mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
When coverage is enabled, some boards require more stack space for the custom threads created in main(). Since this "samples" already has CONFIG_TEST enabled, we can pad the stack size with CONFIG_TEST_EXTRA_STACK_SIZE. Signed-off-by: Daniel Leung <daniel.leung@intel.com>