Skip to content

Commit 0fd6718

Browse files
committed
boards: shields: coverage_support: support also lm20dk
Missing after pdk->dk. Keeping pdk until board will be totaly removed. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 475bc38 commit 0fd6718

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-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) 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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart20 {
8+
hw-flow-control;
9+
};

0 commit comments

Comments
 (0)