Skip to content

Commit b5de23a

Browse files
tests: drivers: rtc: rtc_api: boards
add nucleo_h745zi_q support Signed-off-by: Alexander Kozhinov <[email protected]>
1 parent c0d8bd1 commit b5de23a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_RTC_CALIBRATION=y
2+
CONFIG_RTC_ALARM=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2025 Alexander Kozhinov <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
rtc = &rtc;
10+
};
11+
};

0 commit comments

Comments
 (0)