aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Extend RTC low power mode for STM32G0Ben V. Brown2024-01-021-3/+7
* Add low-power support for stm32l5Christian Enderle2023-12-261-7/+13
* stm32: make time provider public againScott Mabin2023-12-231-2/+3
* fix stm32 rtc year from 1970 base 2000dragonn2023-12-191-2/+2
* stm32: more docs.Dario Nieuwenhuis2023-12-191-2/+2
* stm32: more docs.Dario Nieuwenhuis2023-12-181-4/+8
* rustfmtxoviat2023-11-081-0/+1
* stm32: add low power for g4xoviat2023-11-081-0/+162
* Merge branch 'main' of github.com:embassy-rs/embassy into low-powerxoviat2023-11-041-46/+55
|\
| * stm32/rtc: misc. cleanup and move to bps by defaultxoviat2023-11-011-46/+56
* | stm32: compute stop mode and workaround rtt test bugxoviat2023-11-041-7/+1
|/
* Merge pull request #2117 from xoviat/rtc-3xoviat2023-10-261-49/+40
|\
| * stm32/rtc: more rtc cleanupxoviat2023-10-251-49/+40
* | stm32/low-power: refactor refcountxoviat2023-10-251-1/+3
|/
* stm32: fix low-power testxoviat2023-10-231-1/+5
* enable clock firstpbert2023-10-121-1/+1
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-1/+1
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-14/+2
* h7: implement RTC and LSE clock configurationMatt Ickstadt2023-10-061-18/+47
* rtc: use enable on known working chips onlyxoviat2023-09-251-2/+2
* stm32/rtc: use rccperi enablexoviat2023-09-251-3/+7
* fix low-power: APB1 needed for LSEChristian Enderle2023-09-211-2/+0
* stm32: misc. cleanupxoviat2023-09-171-5/+6
* stm32: Add RtcTimeProvider struct to Rtc moduleScott Mabin2023-09-171-15/+36
* 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