| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | low-power: stm32wl5x | liebman | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | support low-power executor on STM32WLEx | liebman | 2025-11-03 | 1 | -2/+2 |
| | | |||||
| * | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 1 | -1/+1 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Added RTC low-power support for STM32WBA65 | Gerzain Mata | 2025-07-18 | 1 | -1/+1 |
| | | | | | Also added low-power feature for STM32WBA65RI build | ||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -6/+6 |
| | | |||||
| * | low-power: add support for stop for stm32u0 | Christian Enderle | 2024-11-22 | 1 | -1/+1 |
| | | |||||
| * | low-power: add basic support for stm32u0 | Christian Enderle | 2024-11-22 | 1 | -1/+1 |
| | | |||||
| * | rtc: reorganize low-power SealedInstance | Christian Enderle | 2024-11-22 | 1 | -4/+10 |
| | | |||||
| * | low-power: add support for stm32u5 | Christian Enderle | 2024-11-03 | 1 | -0/+2 |
| | | |||||
| * | stm32: remove pointer-to-pointer-to-registers. | Dario Nieuwenhuis | 2024-05-30 | 1 | -4/+4 |
| | | | | | | 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 | 1 | -20/+16 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -3/+3 |
| | | |||||
| * | Extend RTC low power mode for STM32G0 | Ben V. Brown | 2024-01-02 | 1 | -0/+6 |
| | | |||||
| * | Add low-power support for stm32l5 | Christian Enderle | 2023-12-26 | 1 | -0/+6 |
| | | |||||
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -4/+4 |
| | | | | | and refactor a few code with cargo clippy | ||||
| * | stm32: add low power for g4 | xoviat | 2023-11-08 | 1 | -1/+7 |
| | | |||||
| * | stm32/rtc: misc. cleanup and move to bps by default | xoviat | 2023-11-01 | 1 | -0/+1 |
| | | |||||
| * | stm32/rtc: use rccperi enable | xoviat | 2023-09-25 | 1 | -17/+0 |
| | | |||||
| * | rcc: more cleanup | xoviat | 2023-09-08 | 1 | -0/+17 |
| | | |||||
| * | rustfmt | xoviat | 2023-08-29 | 1 | -1/+1 |
| | | |||||
| * | stm32/rtc: autocompute prescalers | xoviat | 2023-08-29 | 1 | -3/+3 |
| | | |||||
| * | stm32: extract backupdomain into mod | xoviat | 2023-08-27 | 1 | -64/+1 |
| | | |||||
| * | stm32/rtc: remove generics and segregate clock sel | xoviat | 2023-08-08 | 1 | -19/+37 |
| | | |||||
| * | stm32: fix rtc and examples | xoviat | 2023-08-06 | 1 | -3/+4 |
| | | |||||
| * | stm32/rtc: restructure | xoviat | 2023-08-06 | 1 | -10/+9 |
| | | |||||
| * | Enable RTC on STM32WL chips (#1645) | Phil Markgraf | 2023-07-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add rtc example for stm32wl * Address code review feedback | ||||
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 1 | -1/+1 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -119/+110 |
| | | |||||
| * | stm32/rtc: fix build failure in some L4s | Dario Nieuwenhuis | 2023-05-31 | 1 | -6/+1 |
| | | |||||
| * | Align with updated stm32 metapac | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | | |||||
| * | stm32/rtc: impl. functions on trait | xoviat | 2023-04-18 | 1 | -25/+17 |
| | | |||||
| * | stm32/rtc: build more chips | xoviat | 2023-04-18 | 1 | -26/+13 |
| | | |||||
| * | feature-gate variants without vals defined | Mathias | 2023-02-13 | 1 | -2/+11 |
| | | |||||
| * | Remove unused feature gate | Mathias | 2022-10-11 | 1 | -1/+0 |
| | | |||||
| * | Fix RTC for v2l0 & v2l1 | Mathias | 2022-10-11 | 1 | -1/+2 |
| | | |||||
| * | Fix stm32wl55jc-cm4 RTC | Mathias | 2022-10-11 | 1 | -1/+6 |
| | | |||||
| * | Implement RTC peripheral for all stm32 families with rtc | Mathias | 2022-09-29 | 1 | -0/+212 |
