aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/v3.rs
Commit message (Expand)AuthorAgeFilesLines
* Extend RTC low power mode for STM32G0Ben V. Brown2024-01-021-0/+6
* Add low-power support for stm32l5Christian Enderle2023-12-261-0/+6
* update metapac after stm32-data PR323eZio Pan2023-12-251-4/+4
* stm32: add low power for g4xoviat2023-11-081-1/+7
* stm32/rtc: misc. cleanup and move to bps by defaultxoviat2023-11-011-0/+1
* stm32/rtc: use rccperi enablexoviat2023-09-251-17/+0
* rcc: more cleanupxoviat2023-09-081-0/+17
* rustfmtxoviat2023-08-291-1/+1
* stm32/rtc: autocompute prescalersxoviat2023-08-291-3/+3
* stm32: extract backupdomain into modxoviat2023-08-271-64/+1
* stm32/rtc: remove generics and segregate clock selxoviat2023-08-081-19/+37
* stm32: fix rtc and examplesxoviat2023-08-061-3/+4
* stm32/rtc: restructurexoviat2023-08-061-10/+9
* 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-291-1/+1
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-119/+110
* 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: impl. functions on traitxoviat2023-04-181-25/+17
* stm32/rtc: build more chipsxoviat2023-04-181-26/+13
* feature-gate variants without vals definedMathias2023-02-131-2/+11
* Remove unused feature gateMathias2022-10-111-1/+0
* Fix RTC for v2l0 & v2l1Mathias2022-10-111-1/+2
* Fix stm32wl55jc-cm4 RTCMathias2022-10-111-1/+6
* Implement RTC peripheral for all stm32 families with rtcMathias2022-09-291-0/+212