aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/low_power.rs
Commit message (Expand)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* stm32: Fix build for WBA lowpower.Dario Nieuwenhuis2025-07-211-0/+3
* embassy-stm32: account for WBA devices and VDDIO2Gerzain Mata2025-07-191-3/+3
* Refactor integrated-timersDániel Buga2024-12-101-3/+0
* low-power: add support for stop for stm32u0Christian Enderle2024-11-221-4/+5
* low-power: add basic support for stm32u0Christian Enderle2024-11-221-0/+11
* Add initializeDániel Buga2024-11-191-3/+9
* low-power: add support for stm32u5Christian Enderle2024-11-031-3/+3
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-0/+3
* Implement low-power feature for stm32l4 MCUsTobias Naumann2024-07-261-3/+3
* low power for h5eZio Pan2024-04-281-14/+25
* allow unused variableChristian Enderle2024-01-021-0/+1
* low-power: add stop support for stm32l5Christian Enderle2024-01-021-2/+18
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-2/+3
* stm32: doc everything else.Dario Nieuwenhuis2023-12-191-47/+59
* Merge branch 'main' of github.com:embassy-rs/embassy into low-powerxoviat2023-11-041-2/+49
|\
| * Merge pull request #2122 from bgamari/wip/low-power-docsxoviat2023-11-041-0/+47
| |\
| | * stm32: Add some documentation to `low_power`Ben Gamari2023-10-301-0/+47
| * | stm32/rtc: misc. cleanup and move to bps by defaultxoviat2023-11-011-2/+2
| |/
* / stm32: compute stop mode and workaround rtt test bugxoviat2023-11-041-6/+28
|/
* stm32/low-power: refactor refcountxoviat2023-10-251-2/+16
* stm32: remove atomic-polyfill.Dario Nieuwenhuis2023-10-121-1/+1
* stm32: fix stopxoviat2023-10-021-15/+11
* stm32: rtc/low-power cleanupxoviat2023-09-151-40/+7
* stm32: add lp to l0xoviat2023-09-141-1/+14
* rustfmtxoviat2023-08-281-1/+0
* stm32/rtc: remove rtc-debug and asbtract exti wakeupxoviat2023-08-281-9/+1
* stm32: fix rtc wakeup timing and add dbgxoviat2023-08-271-0/+7
* tests/stm32: add stop and cleanpuxoviat2023-08-261-1/+0
* stm32: complete stop impl.xoviat2023-08-261-48/+0
* stm32: get the basic lp workingxoviat2023-08-261-55/+71
* stm32: clenaup lp executorxoviat2023-08-251-63/+91
* stm32: flesh out lp executorxoviat2023-08-241-13/+32
* stm32/lp: pipe through lp readyxoviat2023-08-231-8/+5
* rtc: get wakup irq workingxoviat2023-08-231-0/+4
* stm32: impl. draft cfgr pwrxoviat2023-08-221-3/+60
* stm32: add executor to low-power modxoviat2023-08-221-0/+66
* stm32: add low-power modxoviat2023-08-221-0/+15