aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/rtc.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+2
|
* stm32: fix rtc exampleluveti2023-09-241-0/+1
| | | lsi must be enabled otherwise a assertion fails
* rustfmtxoviat2023-08-271-4/+2
|
* fix hanging on rtc exampleaidant2023-08-271-5/+14
|
* stm32/rtc: cleanup and consolidatexoviat2023-04-181-0/+30