Skip to content

Commit c61f7f0

Browse files
TonyHan11dkalowsk
authored andcommitted
tests: drivers: rtc: sam: enable tests for sama7g54_ek
Enable tests: tests/drivers/rtc/rtc_api. Signed-off-by: Tony Han <[email protected]>
1 parent 9ae210c commit c61f7f0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_RTC_ALARM=y
2+
CONFIG_RTC_UPDATE=y
3+
CONFIG_RTC_CALIBRATION=y
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
rtc = &rtc;
10+
};
11+
};

0 commit comments

Comments
 (0)