aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/rtc.rs
Commit message (Expand)AuthorAgeFilesLines
* Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-131-0/+2
* RP: Don't reset RTC in Clock::init. Updated example.Henrik Berg2023-07-121-17/+9
* RP: Add save/restore to Rtc. Example use.Henrik Berg2023-07-121-21/+34
* RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().Henrik Berg2023-07-121-4/+10
* RP: Add RTC example to rp2040.Henrik Berg2023-07-121-0/+33