aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32c0/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
|
* Add RTC example for STM32C0Alan Rosenthal2025-06-101-0/+35
Tested on STM32C0116F6 Requries: https://github.com/embassy-rs/stm32-data/pull/617