| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | low-power: stm32wl5x | liebman | 2025-12-19 | 2 | -4/+4 |
| | | |||||
| * | stm32: use datemath to resume time | xoviat | 2025-12-18 | 2 | -83/+27 |
| | | |||||
| * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -2/+5 |
| | | |||||
| * | fmt | xoviat | 2025-11-14 | 1 | -1/+1 |
| | | |||||
| * | low_power remove wucksel enum | xoviat | 2025-11-14 | 1 | -56/+13 |
| | | |||||
| * | tests: disable rtc for h563 on non-stop | xoviat | 2025-11-05 | 1 | -1/+14 |
| | | |||||
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 2 | -23/+60 |
| | | |||||
| * | make min_stop_pause configurable | xoviat | 2025-11-04 | 1 | -2/+2 |
| | | |||||
| * | fix rtc opt | xoviat | 2025-11-04 | 1 | -6/+5 |
| | | |||||
| * | minor rtc opt | xoviat | 2025-11-04 | 1 | -13/+8 |
| | | |||||
| * | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 1 | -1/+31 |
| | | |||||
| * | support low-power executor on STM32WLEx | liebman | 2025-11-03 | 2 | -4/+4 |
| | | |||||
| * | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 3 | -4/+7 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 3 | -6/+6 |
| | | |||||
| * | stm32: update metapac, add L4+ to CI. | Dario Nieuwenhuis | 2025-09-26 | 3 | -42/+23 |
| | | |||||
| * | Added RTC low-power support for STM32WBA65 | Gerzain Mata | 2025-07-18 | 3 | -5/+11 |
| | | | | | Also added low-power feature for STM32WBA65RI build | ||||
| * | Added STM32WBA6XXX devices as features | Gerzain Mata | 2025-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | Added 2 wba6 features to cargo batch in ci.sh WIP Added default RTC rust version for undefined peripherals Added missing generated RTC peripheral to be handled by rtc/v3.rs Reordered cfg_attrs in rtc/mod.rs | ||||
| * | Add support for rtc_v3h7rs | Adam Morgan | 2025-05-21 | 1 | -1/+1 |
| | | |||||
| * | fix: stm32wb55 low power feature did not compile | ckrenslehner | 2025-04-15 | 2 | -2/+13 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3880 from nikvoid/stm32-rtc-subsecond | Dario Nieuwenhuis | 2025-02-16 | 2 | -3/+32 |
| |\ | | | | | | | STM32: RTC subsecond support | ||||
| | * | stm32: read microsecond from RTC | nikvoid | 2025-02-13 | 2 | -3/+32 |
| | | | |||||
| * | | derive defmt::Format on pub struct/enum of stm32::rtc | Georges Palauqui | 2025-01-24 | 2 | -0/+4 |
| |/ | |||||
| * | chore: fix build | elagil | 2025-01-03 | 2 | -8/+8 |
| | | |||||
| * | low-power: add support for stop for stm32u0 | Christian Enderle | 2024-11-22 | 2 | -3/+7 |
| | | |||||
| * | low-power: add basic support for stm32u0 | Christian Enderle | 2024-11-22 | 3 | -5/+5 |
| | | |||||
| * | rtc: reorganize low-power SealedInstance | Christian Enderle | 2024-11-22 | 1 | -4/+10 |
| | | |||||
| * | low-power: add support for stm32u5 | Christian Enderle | 2024-11-03 | 3 | -5/+17 |
| | | |||||
| * | Merge pull request #3213 from embedded-rust-iml/stm32l4-low-power | Dario Nieuwenhuis | 2024-08-13 | 2 | -3/+6 |
| |\ | | | | | | | Implement low-power feature for STM32L4 MCUs | ||||
| | * | Implement low-power feature for stm32l4 MCUs | Tobias Naumann | 2024-07-26 | 2 | -3/+6 |
| | | | |||||
| * | | Fix errors | Dion Dokter | 2024-07-09 | 1 | -1/+1 |
| | | | |||||
| * | | Make clocks repr C. | Dion Dokter | 2024-07-08 | 1 | -1/+1 |
| |/ | | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/ | ||||
| * | Merge pull request #3002 from honzasp/rcc-info | Dario Nieuwenhuis | 2024-05-30 | 1 | -1/+1 |
| |\ | | | | | | | stm32/rcc: replace generated enable/disable code with runtime info | ||||
| | * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | stm32/rtc: move lowpower stuff to a separate mod. | Dario Nieuwenhuis | 2024-05-30 | 3 | -249/+236 |
| | | | |||||
| * | | stm32: remove pointer-to-pointer-to-registers. | Dario Nieuwenhuis | 2024-05-30 | 3 | -12/+12 |
| |/ | | | | | in chiptool pacs the register block struct is already a pointer, so using pointers to it is redundant. | ||||
| * | low power for h5 | eZio Pan | 2024-04-28 | 3 | -52/+37 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 4 | -36/+30 |
| | | |||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -4/+1 |
| | | |||||
| * | 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 |
| |\ | |||||
