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 541674a commit 9b35254Copy full SHA for 9b35254
boards/shields/coverage_support/boards/nrf52840dk_nrf52840.conf
@@ -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