drivers: rtc: support for Nuvoton numaker m46x

Add Nuvoton numaker RTC driver including RTC alarm feature.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>
This commit is contained in:
cyliang tw 2024-04-25 17:55:54 +08:00 committed by Anas Nashif
commit 183edd2549
8 changed files with 488 additions and 2 deletions

View file

@ -75,4 +75,8 @@ menu "Nuvoton NuMaker drivers"
bool "NuMaker RMC"
help
Enable Nuvoton RMC HAL module driver
config HAS_NUMAKER_RTC
bool "NuMaker RTC"
help
Enable Nuvoton RTC HAL module driver
endmenu