aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin/rtc.rs
Commit message (Collapse)AuthorAgeFilesLines
* rtc: use consistent api between stop and non-stopxoviat2025-11-041-2/+2
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32/rtc: remove use of deprecated .timestamp()Dario Nieuwenhuis2024-03-061-2/+2
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-8/+6
|
* h7: implement RTC and LSE clock configurationMatt Ickstadt2023-10-061-0/+39