We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed682b9 commit 481a118Copy full SHA for 481a118
tests/kernel/mem_protect/userspace/src/main.c
@@ -903,7 +903,7 @@ static void domain_remove_part_context_switch(void)
903
*/
904
905
#define NUM_STACKS 3
906
-#define STEST_STACKSIZE 1024
+#define STEST_STACKSIZE (1024 + CONFIG_TEST_EXTRA_STACKSIZE)
907
K_THREAD_STACK_DEFINE(stest_stack, STEST_STACKSIZE);
908
K_THREAD_STACK_ARRAY_DEFINE(stest_stack_array, NUM_STACKS, STEST_STACKSIZE);
909
0 commit comments