Skip to content

Commit

Permalink
tests: kernel: stackprot: increase Main stack size for this test
Browse files Browse the repository at this point in the history
Increase the main thread stack size for this test
to 2048; this increase prevents stacking errors in
the main thread, in several Cortex-M platforms.

Signed-off-by: Ioannis Glaropoulos <[email protected]>
  • Loading branch information
ioannisg authored and carlescufi committed May 28, 2020
1 parent 7818597 commit 79ff37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/kernel/mem_protect/stackprot/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CONFIG_STACK_CANARIES=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_TEST_USERSPACE=y
CONFIG_MAIN_STACK_SIZE=2048

0 comments on commit 79ff37b

Please sign in to comment.