aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/src/bin/rtc.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-261-56/+0
| | | | | | | * Refactor GRTC peripheral splitting it into multiple channels * Reserve channel 1 for time-driver if enabled * Implement time-driver using GRTC (RTC peripheral is now removed). * Add timer example to nrf54l15
* feat(nrf): add rtc support for nRF54LHaobo Gu2025-10-141-0/+56
Signed-off-by: Haobo Gu <[email protected]>