Skip to content

Commit ea4b7de

Browse files
committed
tests: drivers: rtc: rtc_api: add support for nucleo_h753zi
add .conf and .overlay with appropriate configurations for nucleo_h753zi. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent eb23fa7 commit ea4b7de

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_RTC_CALIBRATION=y
2+
CONFIG_RTC_ALARM=y
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
rtc = &rtc;
10+
};
11+
};

0 commit comments

Comments
 (0)