From ded2c0006e28726dfc19a25c53d6c100f8b1ebe6 Mon Sep 17 00:00:00 2001 From: Piotr Kosycarz Date: Fri, 29 Mar 2024 08:17:27 +0100 Subject: [PATCH] boards: shields: coverage_support: align stack sizes Align stacks sizes in coverage_support shield to fit memory. Signed-off-by: Piotr Kosycarz --- boards/shields/coverage_support/coverage_support.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/shields/coverage_support/coverage_support.conf b/boards/shields/coverage_support/coverage_support.conf index 3b66bfbda4c6..1164b4fc066c 100644 --- a/boards/shields/coverage_support/coverage_support.conf +++ b/boards/shields/coverage_support/coverage_support.conf @@ -8,10 +8,10 @@ CONFIG_FORCE_COVERAGE=y CONFIG_COVERAGE_GCOV=y CONFIG_COVERAGE_GCOV_HEAP_SIZE=0 CONFIG_MAIN_STACK_SIZE=4096 -CONFIG_TEST_EXTRA_STACK_SIZE=4096 +CONFIG_TEST_EXTRA_STACK_SIZE=2048 CONFIG_ISR_STACK_SIZE=5120 CONFIG_IDLE_STACK_SIZE=4096 -CONFIG_PRIVILEGED_STACK_SIZE=4096 +CONFIG_PRIVILEGED_STACK_SIZE=2048 CONFIG_SHELL_STACK_SIZE=4096 CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_IPM_CONSOLE_STACK_SIZE=8092