aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/low_power.rs
Commit message (Expand)AuthorAgeFilesLines
* 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