aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/src/bin/timer.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-261-0/+30
* 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