Skip to content

Commit 9002fe1

Browse files
nordic-baminordic-piks
authored andcommitted
tests: drivers: timer: Update GRTC LFRC based timer test
- add cpurad support - adapt tolerances (were too tight) Signed-off-by: Bartosz Miller <[email protected]>
1 parent 945a379 commit 9002fe1

File tree

4 files changed

+192
-114
lines changed

4 files changed

+192
-114
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause */
2+
3+
/ {
4+
aliases {
5+
tst-timer = &timer020;
6+
};
7+
};
8+
9+
&grtc {
10+
/delete-property/ child-owned-channels;
11+
};
12+
13+
&timer020 {
14+
status = "okay";
15+
};
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
CONFIG_ZTEST=y
21
CONFIG_NRF_GRTC_TIMER=y
32
CONFIG_CLOCK_CONTROL=y
43
CONFIG_COUNTER=y
54

6-
CONFIG_LOG=y
7-
CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG=y
5+
CONFIG_LOG=n
6+
CONFIG_PRINTK=y

0 commit comments

Comments
 (0)