Skip to content

Commit 9b35254

Browse files
nordic-piksrlubos
authored andcommitted
boards: shields: coverage_support: coverage for nrf52840
nrf52840. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 541674a commit 9b35254

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_FORCE_COVERAGE=y
8+
CONFIG_COVERAGE_GCOV=y
9+
CONFIG_COVERAGE_GCOV_HEAP_SIZE=0
10+
CONFIG_MAIN_STACK_SIZE=4096
11+
CONFIG_TEST_EXTRA_STACK_SIZE=2048
12+
CONFIG_ISR_STACK_SIZE=5120
13+
CONFIG_IDLE_STACK_SIZE=4096
14+
CONFIG_PRIVILEGED_STACK_SIZE=2048
15+
CONFIG_SHELL_STACK_SIZE=4096
16+
CONFIG_ZTEST_STACK_SIZE=4096
17+
CONFIG_IPM_CONSOLE_STACK_SIZE=8092
18+
CONFIG_IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE=4096
19+
CONFIG_SIZE_OPTIMIZATIONS=y

0 commit comments

Comments
 (0)