aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt/src/time_driver.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* timer: ostimer: wait for match write readyFelipe Balbi2025-05-211-1/+6
| | | | | Before writing to MATCH_L/MATCH_H registers, wait for permission to do so by pollinmg MATCH_WR_RDY bit in CTRL register.
* Add OS Event timer supportFelipe Balbi2025-05-071-21/+175
| | | | | | Allow for the use of the OS Event timer as a time source. Signed-off-by: Felipe Balbi <[email protected]>
* Rename rtc.rs to time_driver.rsFelipe Balbi2025-05-071-0/+254
We will add another time driver for user selection.