aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rtc/datetime_chrono.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add Clone and Copy to Error typesdvdsk2024-06-061-1/+1
| | | | | None of them are `non-exaustative`, they are all small enough to be copy (I estimate none are larger than 4 bytes).
* Implement RealTimeClock for embassy-rpMathias2022-09-161-0/+62