You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: rtc: Add support for Xilinx RTC controller
Add driver support for Xilinx RTC controller.
The supported features include:
- Set and get time using Zephyr time conversion functions.
- Configuring and handling alarms using interrupt-based callbacks.
- Querying and updating alarm time and supported alarm fields.
- Detecting alarm triggers and monitoring pending alarm status.
- RTC calibration using coarse and fine offset adjustments.
Alarm and calibration features are conditionally compiled using the
CONFIG_RTC_ALARM and CONFIG_RTC_CALIBRATION options.
Signed-off-by: Balanakakamal V <[email protected]>
Signed-off-by: Harini T <[email protected]>
0 commit comments