aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rtc
Commit message (Expand)AuthorAgeFilesLines
* embassy-rp: doc comment spelling passRob Wells2025-10-271-1/+1
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Fix race condition in RTC alarm by using AtomicBool flag1-rafael-12025-09-151-6/+14
* alarm handling to poll hardware status directly; add ci test1-rafael-12025-09-151-13/+6
* embassy-rp (rp2040): Rtc wait_for_alarm1-rafael-12025-05-163-2/+124
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-6/+4
* Add Clone and Copy to Error typesdvdsk2024-06-062-2/+2
* rp: remove mod sealed.Dario Nieuwenhuis2024-04-051-6/+5
* fix minor clippy lints in embassy_rpRafael Bachmann2024-03-181-2/+1
* docs: document all embassy-rp public apisUlf Lilleengen2023-12-191-0/+1
* docs: document spi, rtc and rest of uart for embassy-rpUlf Lilleengen2023-12-191-0/+1
* 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