aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rtc
Commit message (Collapse)AuthorAgeFilesLines
* docs: document all embassy-rp public apisUlf Lilleengen2023-12-191-0/+1
| | | | Enable missing doc warnings.
* 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 ↵Dario Nieuwenhuis2023-07-281-1/+1
| | | | internal use only. (#1700)
* 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
| | | | | | | | | don't recalculate clock frequencies every time they are asked for. while this is not very often in practice it does consume a bunch of flash space that cannot be optimized away, and was pulled in unconditionally previously. while we technically only need the configured rosc, xosc and gpin frequencies it is easier to store all frequencies (and much cheaper at runtime too).
* 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