aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rtc/datetime_no_deps.rs
Commit message (Collapse)AuthorAgeFilesLines
* embassy-rp (rp2040): Rtc wait_for_alarm1-rafael-12025-05-161-0/+1
|
* 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).
* RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTimeHenrik Berg2023-07-121-0/+1
|
* Implement RealTimeClock for embassy-rpMathias2022-09-161-0/+127