aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc
Commit message (Expand)AuthorAgeFilesLines
* Extend RTC low power mode for STM32G0Ben V. Brown2024-01-022-3/+13
* Add low-power support for stm32l5Christian Enderle2023-12-262-7/+19
* update metapac after stm32-data PR323eZio Pan2023-12-252-8/+8
* 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-182-7/+17
* Revert "fix day of the week conversion"Mathias2023-12-041-1/+1
* rustfmtxoviat2023-11-081-0/+1
* stm32: add low power for g4xoviat2023-11-083-139/+169
* Merge branch 'main' of github.com:embassy-rs/embassy into low-powerxoviat2023-11-044-71/+67
|\
| * 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