File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
boards/shields/coverage_support/boards Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2025 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=8192
18
+ CONFIG_IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE=4096
19
+ CONFIG_SIZE_OPTIMIZATIONS=y
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ &uart30 {
8
+ hw-flow-control;
9
+ };
You can’t perform that action at this time.
0 commit comments