aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc
Commit message (Expand)AuthorAgeFilesLines
...
* stm32/rtc: misc fixesxoviat2023-08-211-2/+11
* rtc: impl. draft rtcinstant apixoviat2023-08-211-26/+97
* rustfmtxoviat2023-08-101-0/+1
* stm32/rtc: implement stop_wakeup_alarmxoviat2023-08-101-7/+11
* stm32/rtc: autocompute wakeup psc.xoviat2023-08-101-16/+80
* stm32/rtc: add start/stop wakeupxoviat2023-08-091-0/+67
* stm32/rtc: remove generics and segregate clock selxoviat2023-08-083-78/+87
* stm32: fix rtc and examplesxoviat2023-08-061-3/+4
* stm32/rtc: restructurexoviat2023-08-063-39/+34
* stm32/rtc: enable in rcc modxoviat2023-08-061-0/+15
* stm32f2: Avoid resetting rtc backup domainScott Mabin2023-07-301-2/+6
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* Enable RTC on STM32WL chips (#1645)Phil Markgraf2023-07-151-0/+1
* Update stm32-metapac, includes chiptool changes to use real Rust enums now.Dario Nieuwenhuis2023-06-292-3/+3
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-194-281/+260
* stm32/rtc: fix build failure in some L4sDario Nieuwenhuis2023-05-311-6/+1
* Align with updated stm32 metapacRasmus Melchior Jacobsen2023-05-251-2/+2
* stm32/rtc: fix datetime and add f4 testxoviat2023-04-251-10/+8
* stm32/rtc: impl. functions on traitxoviat2023-04-183-67/+69
* stm32/rtc: build more chipsxoviat2023-04-182-93/+78
* stm32/rtc: cleanup and consolidatexoviat2023-04-1813-438/+79
* stm32/rtc: remove unused importxoviat2023-04-161-0/+1
* stm32/rtc: remove chrono datetime and add convertersxoviat2023-04-162-3/+56
* feature-gate variants without vals definedMathias2023-02-131-2/+11
* Remove unused feature gateMathias2022-10-111-1/+0
* Fix RTC for v2l0 & v2l1Mathias2022-10-113-67/+38
* Fix stm32wl55jc-cm4 RTCMathias2022-10-111-1/+6
* Implement RTC peripheral for all stm32 families with rtcMathias2022-09-2915-0/+1220