aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * stm32/rtc: misc. cleanup and move to bps by defaultxoviat2023-11-014-71/+68
* | stm32: compute stop mode and workaround rtt test bugxoviat2023-11-041-7/+1
|/
* Fix dow range off-by-one errorScott Mabin2023-10-301-14/+14
* Merge pull request #2117 from xoviat/rtc-3xoviat2023-10-263-120/+173
|\
| * stm32/rtc: more rtc cleanupxoviat2023-10-253-120/+173
* | 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-062-18/+49
* stm32: fix stopxoviat2023-10-021-15/+16
* rtc: use enable on known working chips onlyxoviat2023-09-251-2/+2
* stm32/rtc: always set wakeup alarmxoviat2023-09-251-9/+0
* stm32/rtc: use rccperi enablexoviat2023-09-253-31/+7
* 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
* 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-152-40/+44
* Fix low-power feature for STM32L0Christian Enderle2023-09-151-1/+1
* stm32: add lp to l0xoviat2023-09-141-2/+23
* rcc: more cleanupxoviat2023-09-083-1/+27
* stm32: cleanup psc designxoviat2023-09-031-22/+9
* rustfmtxoviat2023-08-293-2/+3
* stm32/rtc: autocompute prescalersxoviat2023-08-293-49/+35
* stm32/rtc: remove rtc-debug and asbtract exti wakeupxoviat2023-08-281-18/+8
* 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-272-11/+46
* stm32/rtc: use psc to compute instantsxoviat2023-08-272-38/+19
* Merge branch 'main' of https://github.com/aidant/embassy into rtcxoviat2023-08-271-1/+1
|\
| * fix day of the week conversionaidant2023-08-271-1/+1
* | stm32: re-export rtcclocksourcexoviat2023-08-271-0/+1
* | stm32: extract backupdomain into modxoviat2023-08-273-158/+4
|/
* stm32: feature-gate wakeup alarmxoviat2023-08-261-19/+2
* stm32: complete stop impl.xoviat2023-08-262-98/+100
* 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