| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extend RTC low power mode for STM32G0 | Ben V. Brown | 2024-01-02 | 2 | -3/+13 |
| | | |||||
| * | Add low-power support for stm32l5 | Christian Enderle | 2023-12-26 | 2 | -7/+19 |
| | | |||||
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 2 | -8/+8 |
| | | | | | and refactor a few code with cargo clippy | ||||
| * | stm32: make time provider public again | Scott Mabin | 2023-12-23 | 1 | -2/+3 |
| | | |||||
| * | fix stm32 rtc year from 1970 base 2000 | dragonn | 2023-12-19 | 1 | -2/+2 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -2/+2 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 2 | -7/+17 |
| | | |||||
| * | Revert "fix day of the week conversion" | Mathias | 2023-12-04 | 1 | -1/+1 |
| | | | | | This reverts commit 59a5e84df584faed5676de027601d09772be55f7. | ||||
| * | rustfmt | xoviat | 2023-11-08 | 1 | -0/+1 |
| | | |||||
| * | stm32: add low power for g4 | xoviat | 2023-11-08 | 3 | -139/+169 |
| | | |||||
| * | Merge branch 'main' of github.com:embassy-rs/embassy into low-power | xoviat | 2023-11-04 | 4 | -71/+67 |
| |\ | |||||
| | * | stm32/rtc: misc. cleanup and move to bps by default | xoviat | 2023-11-01 | 4 | -71/+68 |
| | | | |||||
| * | | stm32: compute stop mode and workaround rtt test bug | xoviat | 2023-11-04 | 1 | -7/+1 |
| |/ | |||||
| * | Fix dow range off-by-one error | Scott Mabin | 2023-10-30 | 1 | -14/+14 |
| | | |||||
| * | Merge pull request #2117 from xoviat/rtc-3 | xoviat | 2023-10-26 | 3 | -120/+173 |
| |\ | | | | | | | stm32/rtc: more rtc cleanup | ||||
| | * | stm32/rtc: more rtc cleanup | xoviat | 2023-10-25 | 3 | -120/+173 |
| | | | |||||
| * | | stm32/low-power: refactor refcount | xoviat | 2023-10-25 | 1 | -1/+3 |
| |/ | |||||
| * | stm32: fix low-power test | xoviat | 2023-10-23 | 1 | -1/+5 |
| | | |||||
| * | enable clock first | pbert | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 1 | -14/+2 |
| | | |||||
| * | h7: implement RTC and LSE clock configuration | Matt Ickstadt | 2023-10-06 | 2 | -18/+49 |
| | | |||||
| * | stm32: fix stop | xoviat | 2023-10-02 | 1 | -15/+16 |
| | | |||||
| * | rtc: use enable on known working chips only | xoviat | 2023-09-25 | 1 | -2/+2 |
| | | |||||
| * | stm32/rtc: always set wakeup alarm | xoviat | 2023-09-25 | 1 | -9/+0 |
| | | |||||
| * | stm32/rtc: use rccperi enable | xoviat | 2023-09-25 | 3 | -31/+7 |
| | | |||||
| * | stm32: centralize enabling pwr, syscfg, flash. | Dario Nieuwenhuis | 2023-09-25 | 1 | -14/+0 |
| | | |||||
| * | stm32/lp: clamp requested_duration to avoid overflow | xoviat | 2023-09-22 | 1 | -7/+13 |
| | | |||||
| * | stm32/low-power: create one critical-section for all time ops | xoviat | 2023-09-21 | 1 | -22/+24 |
| | | |||||
| * | fix low-power: APB1 needed for LSE | Christian Enderle | 2023-09-21 | 1 | -2/+0 |
| | | |||||
| * | stm32: misc. cleanup | xoviat | 2023-09-17 | 1 | -5/+6 |
| | | |||||
| * | stm32: Add RtcTimeProvider struct to Rtc module | Scott Mabin | 2023-09-17 | 1 | -15/+36 |
| | | | | | | | This struct allows users to acquire the current time without putting `Rtc` in a mutex and passing that around. This is allowed because reading from the rtc registers is atomic. | ||||
| * | stm32: add stm32wba support. | Dario Nieuwenhuis | 2023-09-16 | 1 | -2/+0 |
| | | |||||
| * | stm32: rtc/low-power cleanup | xoviat | 2023-09-15 | 2 | -40/+44 |
| | | |||||
| * | Fix low-power feature for STM32L0 | Christian Enderle | 2023-09-15 | 1 | -1/+1 |
| | | |||||
| * | stm32: add lp to l0 | xoviat | 2023-09-14 | 1 | -2/+23 |
| | | |||||
| * | rcc: more cleanup | xoviat | 2023-09-08 | 3 | -1/+27 |
| | | |||||
| * | stm32: cleanup psc design | xoviat | 2023-09-03 | 1 | -22/+9 |
| | | |||||
| * | rustfmt | xoviat | 2023-08-29 | 3 | -2/+3 |
| | | |||||
| * | stm32/rtc: autocompute prescalers | xoviat | 2023-08-29 | 3 | -49/+35 |
| | | |||||
| * | stm32/rtc: remove rtc-debug and asbtract exti wakeup | xoviat | 2023-08-28 | 1 | -18/+8 |
| | | |||||
| * | stm32/rtc: feature-gate instant | xoviat | 2023-08-27 | 1 | -0/+1 |
| | | |||||
| * | stm32/rtc: fix psc div | xoviat | 2023-08-27 | 1 | -1/+1 |
| | | |||||
| * | stm32: fix rtc wakeup timing and add dbg | xoviat | 2023-08-27 | 2 | -11/+46 |
| | | |||||
| * | stm32/rtc: use psc to compute instants | xoviat | 2023-08-27 | 2 | -38/+19 |
| | | |||||
| * | Merge branch 'main' of https://github.com/aidant/embassy into rtc | xoviat | 2023-08-27 | 1 | -1/+1 |
| |\ | |||||
| | * | fix day of the week conversion | aidant | 2023-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | stm32: re-export rtcclocksource | xoviat | 2023-08-27 | 1 | -0/+1 |
| | | | |||||
| * | | stm32: extract backupdomain into mod | xoviat | 2023-08-27 | 3 | -158/+4 |
| |/ | |||||
| * | stm32: feature-gate wakeup alarm | xoviat | 2023-08-26 | 1 | -19/+2 |
| | | |||||
