Skip to content

Commit 0137ecb

Browse files
Hoang Nguyentiennguyenzg
authored andcommitted
tests: kernel: tickless: Add system timer support for RZ/V2L, RZ/A3UL
Add tickless concept test support for RZ/V2L-SMARC, RZ/A3UL-SMARC Signed-off-by: Hoang Nguyen <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
1 parent 23163ee commit 0137ecb

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&gtm0 {
8+
os_timer {
9+
status = "okay";
10+
};
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&gtm0 {
8+
os_timer {
9+
status = "okay";
10+
};
11+
};
12+
13+
&systick {
14+
status = "disabled";
15+
};

0 commit comments

Comments
 (0)