aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/rtc.rs
Commit message (Expand)AuthorAgeFilesLines
* embassy-rp (rp2040): Rtc wait_for_alarm1-rafael-12025-05-161-1/+7
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* 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