aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/stop.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: use datemath to resume timexoviat2025-12-181-0/+2
|
* low_power: misc cleanups and allow main macroxoviat2025-11-161-11/+3
|
* tests: disable rtc for h563 on non-stopxoviat2025-11-051-0/+1
|
* rtc: use consistent api between stop and non-stopxoviat2025-11-041-3/+8
|
* stm32: fix rtc testxoviat2025-11-041-8/+3
|
* rustfmtxoviat2025-11-031-1/+0
|
* low_power: update api to allow reconfigxoviat2025-11-031-3/+0
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-3/+3
|
* Fix testsDion Dokter2024-08-051-1/+1
|
* low power for h5eZio Pan2024-04-281-0/+7
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-2/+3
|
* stm32/low-power: refactor refcountxoviat2023-10-251-4/+4
|
* stm32: fix low-power testxoviat2023-10-231-1/+3
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-5/+2
|
* tests/stm32: use default clock configxoviat2023-10-021-1/+4
|
* stm32/low-power: create one critical-section for all time opsxoviat2023-09-211-10/+23
|
* ci: fix testsxoviat2023-09-171-1/+3
|
* stm32: fix rtc wakeup timing and add dbgxoviat2023-08-271-2/+4
|
* stm32: re-export rtcclocksourcexoviat2023-08-271-1/+2
|
* tests/stm32: add stop and cleanpuxoviat2023-08-261-0/+53