aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/v3.rs
Commit message (Collapse)AuthorAgeFilesLines
* low-power: stm32wl5xliebman2025-12-191-2/+2
|
* support low-power executor on STM32WLExliebman2025-11-031-2/+2
|
* low_power: update api to allow reconfigxoviat2025-11-031-1/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Added RTC low-power support for STM32WBA65Gerzain Mata2025-07-181-1/+1
| | | | Also added low-power feature for STM32WBA65RI build
* chore: fix buildelagil2025-01-031-6/+6
|
* low-power: add support for stop for stm32u0Christian Enderle2024-11-221-1/+1
|
* low-power: add basic support for stm32u0Christian Enderle2024-11-221-1/+1
|
* rtc: reorganize low-power SealedInstanceChristian Enderle2024-11-221-4/+10
|
* low-power: add support for stm32u5Christian Enderle2024-11-031-0/+2
|
* stm32: remove pointer-to-pointer-to-registers.Dario Nieuwenhuis2024-05-301-4/+4
| | | | | in chiptool pacs the register block struct is already a pointer, so using pointers to it is redundant.
* low power for h5eZio Pan2024-04-281-20/+16
|
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-3/+3
|
* 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
| | | | and refactor a few code with cargo clippy
* 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
| | | | | | | | | | | | | * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add rtc example for stm32wl * Address code review feedback
* 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