aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* 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