aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/v2.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: feature-gate wakeup alarmxoviat2023-08-261-19/+2
* stm32: complete stop impl.xoviat2023-08-261-98/+21
* stm32: get the basic lp workingxoviat2023-08-261-12/+43
* stm32: flesh out lp executorxoviat2023-08-241-7/+18
* rtc: cleanupxoviat2023-08-231-37/+4
* rtc: get wakup irq workingxoviat2023-08-231-20/+28
* stm32: impl. draft cfgr pwrxoviat2023-08-221-8/+0
* stm32: add executor to low-power modxoviat2023-08-221-2/+2
* Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lpxoviat2023-08-221-0/+2
|\
| * stm32/rtc: allow dead codexoviat2023-08-221-0/+2
* | rtc: make fns privatexoviat2023-08-221-2/+2
|/
* rtc: fix rtcinstant delay computationxoviat2023-08-211-3/+4
* stm32/rtc: misc fixesxoviat2023-08-211-2/+11
* rtc: impl. draft rtcinstant apixoviat2023-08-211-26/+97
* 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-081-21/+36
* stm32/rtc: restructurexoviat2023-08-061-12/+9
* stm32f2: Avoid resetting rtc backup domainScott Mabin2023-07-301-2/+6
* Update stm32-metapac, includes chiptool changes to use real Rust enums now.Dario Nieuwenhuis2023-06-291-2/+2
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-119/+111
* stm32/rtc: impl. functions on traitxoviat2023-04-181-28/+24
* stm32/rtc: build more chipsxoviat2023-04-181-67/+65
* stm32/rtc: cleanup and consolidatexoviat2023-04-181-0/+235