| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 1 | -1/+1 |
| | | |||||
| * | stm32: update metapac, add L4+ to CI. | Dario Nieuwenhuis | 2025-09-26 | 1 | -4/+4 |
| | | |||||
| * | fix: stm32wb55 low power feature did not compile | ckrenslehner | 2025-04-15 | 1 | -1/+4 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -2/+2 |
| | | |||||
| * | Implement low-power feature for stm32l4 MCUs | Tobias Naumann | 2024-07-26 | 1 | -1/+4 |
| | | |||||
| * | 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. | ||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -3/+2 |
| | | |||||
| * | 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 | -138/+0 |
| | | |||||
| * | stm32/rtc: misc. cleanup and move to bps by default | xoviat | 2023-11-01 | 1 | -2/+2 |
| | | |||||
| * | stm32/rtc: more rtc cleanup | xoviat | 2023-10-25 | 1 | -7/+6 |
| | | |||||
| * | h7: implement RTC and LSE clock configuration | Matt Ickstadt | 2023-10-06 | 1 | -0/+2 |
| | | |||||
| * | stm32: fix stop | xoviat | 2023-10-02 | 1 | -15/+16 |
| | | |||||
| * | stm32/rtc: always set wakeup alarm | xoviat | 2023-09-25 | 1 | -9/+0 |
| | | |||||
| * | stm32/rtc: use rccperi enable | xoviat | 2023-09-25 | 1 | -11/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | stm32: rtc/low-power cleanup | xoviat | 2023-09-15 | 1 | -26/+24 |
| | | |||||
| * | 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 | 1 | -0/+9 |
| | | |||||
| * | stm32: cleanup psc design | xoviat | 2023-09-03 | 1 | -22/+9 |
| | | |||||
| * | rustfmt | xoviat | 2023-08-29 | 1 | -1/+1 |
| | | |||||
| * | stm32/rtc: autocompute prescalers | xoviat | 2023-08-29 | 1 | -3/+3 |
| | | |||||
| * | stm32/rtc: remove rtc-debug and asbtract exti wakeup | xoviat | 2023-08-28 | 1 | -18/+8 |
| | | |||||
| * | stm32: fix rtc wakeup timing and add dbg | xoviat | 2023-08-27 | 1 | -10/+33 |
| | | |||||
| * | stm32/rtc: use psc to compute instants | xoviat | 2023-08-27 | 1 | -2/+2 |
| | | |||||
| * | stm32: extract backupdomain into mod | xoviat | 2023-08-27 | 1 | -80/+1 |
| | | |||||
| * | stm32: feature-gate wakeup alarm | xoviat | 2023-08-26 | 1 | -19/+2 |
| | | |||||
| * | stm32: complete stop impl. | xoviat | 2023-08-26 | 1 | -98/+21 |
| | | |||||
| * | stm32: get the basic lp working | xoviat | 2023-08-26 | 1 | -12/+43 |
| | | |||||
| * | stm32: flesh out lp executor | xoviat | 2023-08-24 | 1 | -7/+18 |
| | | |||||
| * | rtc: cleanup | xoviat | 2023-08-23 | 1 | -37/+4 |
| | | |||||
| * | rtc: get wakup irq working | xoviat | 2023-08-23 | 1 | -20/+28 |
| | | |||||
| * | stm32: impl. draft cfgr pwr | xoviat | 2023-08-22 | 1 | -8/+0 |
| | | |||||
| * | stm32: add executor to low-power mod | xoviat | 2023-08-22 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp | xoviat | 2023-08-22 | 1 | -0/+2 |
| |\ | |||||
| | * | stm32/rtc: allow dead code | xoviat | 2023-08-22 | 1 | -0/+2 |
| | | | |||||
| * | | rtc: make fns private | xoviat | 2023-08-22 | 1 | -2/+2 |
| |/ | |||||
| * | rtc: fix rtcinstant delay computation | xoviat | 2023-08-21 | 1 | -3/+4 |
| | | |||||
| * | stm32/rtc: misc fixes | xoviat | 2023-08-21 | 1 | -2/+11 |
| | | |||||
| * | rtc: impl. draft rtcinstant api | xoviat | 2023-08-21 | 1 | -26/+97 |
| | | |||||
| * | stm32/rtc: implement stop_wakeup_alarm | xoviat | 2023-08-10 | 1 | -7/+11 |
| | | |||||
| * | stm32/rtc: autocompute wakeup psc. | xoviat | 2023-08-10 | 1 | -16/+80 |
| | | |||||
| * | stm32/rtc: add start/stop wakeup | xoviat | 2023-08-09 | 1 | -0/+67 |
| | | |||||
| * | stm32/rtc: remove generics and segregate clock sel | xoviat | 2023-08-08 | 1 | -21/+36 |
| | | |||||
| * | stm32/rtc: restructure | xoviat | 2023-08-06 | 1 | -12/+9 |
| | | |||||
| * | stm32f2: Avoid resetting rtc backup domain | Scott Mabin | 2023-07-30 | 1 | -2/+6 |
| | | | | | | Also ensure the pwr is enabled before trying to initialize. For the F2 series this is in a seperate clock control register. | ||||
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 1 | -2/+2 |
| | | |||||
