aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* stm32: add stm32wba support.Dario Nieuwenhuis2023-09-161-2/+0
* stm32: rtc/low-power cleanupxoviat2023-09-151-14/+20
* rcc: more cleanupxoviat2023-09-081-1/+1
* rustfmtxoviat2023-08-291-0/+1
* stm32/rtc: autocompute prescalersxoviat2023-08-291-43/+29
* stm32/rtc: feature-gate instantxoviat2023-08-271-0/+1
* stm32/rtc: fix psc divxoviat2023-08-271-1/+1
* stm32: fix rtc wakeup timing and add dbgxoviat2023-08-271-1/+13
* stm32/rtc: use psc to compute instantsxoviat2023-08-271-36/+17
* stm32: re-export rtcclocksourcexoviat2023-08-271-0/+1
* stm32: extract backupdomain into modxoviat2023-08-271-14/+2
* stm32: complete stop impl.xoviat2023-08-261-0/+79
* rustfmtxoviat2023-08-101-0/+1
* stm32/rtc: remove generics and segregate clock selxoviat2023-08-081-38/+14
* stm32/rtc: restructurexoviat2023-08-061-17/+16
* stm32/rtc: enable in rcc modxoviat2023-08-061-0/+15
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-20/+18
* stm32/rtc: impl. functions on traitxoviat2023-04-181-14/+28
* stm32/rtc: cleanup and consolidatexoviat2023-04-181-1/+1
* stm32/rtc: remove chrono datetime and add convertersxoviat2023-04-161-3/+0
* Implement RTC peripheral for all stm32 families with rtcMathias2022-09-291-0/+238