aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/v2.rs
Commit message (Expand)AuthorAgeFilesLines
* low_power: update api to allow reconfigxoviat2025-11-031-1/+1
* stm32: update metapac, add L4+ to CI.Dario Nieuwenhuis2025-09-261-4/+4
* fix: stm32wb55 low power feature did not compileckrenslehner2025-04-151-1/+4
* chore: fix buildelagil2025-01-031-2/+2
* Implement low-power feature for stm32l4 MCUsTobias Naumann2024-07-261-1/+4
* stm32: remove pointer-to-pointer-to-registers.Dario Nieuwenhuis2024-05-301-4/+4
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-3/+2
* update metapac after stm32-data PR323eZio Pan2023-12-251-4/+4
* stm32: add low power for g4xoviat2023-11-081-138/+0
* stm32/rtc: misc. cleanup and move to bps by defaultxoviat2023-11-011-2/+2
* stm32/rtc: more rtc cleanupxoviat2023-10-251-7/+6
* h7: implement RTC and LSE clock configurationMatt Ickstadt2023-10-061-0/+2
* stm32: fix stopxoviat2023-10-021-15/+16
* stm32/rtc: always set wakeup alarmxoviat2023-09-251-9/+0
* stm32/rtc: use rccperi enablexoviat2023-09-251-11/+0
* stm32: centralize enabling pwr, syscfg, flash.Dario Nieuwenhuis2023-09-251-14/+0
* stm32/lp: clamp requested_duration to avoid overflowxoviat2023-09-221-7/+13
* stm32/low-power: create one critical-section for all time opsxoviat2023-09-211-22/+24
* stm32: rtc/low-power cleanupxoviat2023-09-151-26/+24
* Fix low-power feature for STM32L0Christian Enderle2023-09-151-1/+1
* stm32: add lp to l0xoviat2023-09-141-2/+23
* rcc: more cleanupxoviat2023-09-081-0/+9
* stm32: cleanup psc designxoviat2023-09-031-22/+9
* rustfmtxoviat2023-08-291-1/+1
* stm32/rtc: autocompute prescalersxoviat2023-08-291-3/+3
* stm32/rtc: remove rtc-debug and asbtract exti wakeupxoviat2023-08-281-18/+8
* stm32: fix rtc wakeup timing and add dbgxoviat2023-08-271-10/+33
* stm32/rtc: use psc to compute instantsxoviat2023-08-271-2/+2
* stm32: extract backupdomain into modxoviat2023-08-271-80/+1
* 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