We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f492a commit 380519aCopy full SHA for 380519a
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