aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rtc
Commit message (Expand)AuthorAgeFilesLines
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* RP: Add save/restore to Rtc. Example use.Henrik Berg2023-07-121-0/+30
* RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().Henrik Berg2023-07-121-11/+9
* RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTimeHenrik Berg2023-07-121-0/+1
* rp: update rp-pac.Dario Nieuwenhuis2023-06-161-49/+40
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-291-1/+1
* rp/clocks: store clock frequencies in rampennae2023-05-171-6/+1
* Drive-by documentation link fixesGabriel Smith2022-11-271-1/+1
* Correctly enable RTC_IRQ when scheduling an RTC alarmMathias2022-10-121-0/+2
* Implement RealTimeClock for embassy-rpMathias2022-09-164-0/+477