aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin/rtc.rs
Commit message (Expand)AuthorAgeFilesLines
* rtc: use consistent api between stop and non-stopxoviat2025-11-041-2/+2
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
* Updated WL examples to use new APIDion Dokter2024-08-051-2/+7
* stm32/rtc: remove use of deprecated .timestamp()Dario Nieuwenhuis2024-03-061-2/+2
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-261-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-1/+1
* stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-231-6/+20
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-2/+2
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-5/+3
* stm32/rcc: rename HSE32 to HSEDario Nieuwenhuis2023-10-111-1/+1
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-301-0/+2
* rcc: more cleanupxoviat2023-09-081-1/+0
* stm32: fix wl re-exportxoviat2023-08-271-3/+3
* stm32/rtc: remove generics and segregate clock selxoviat2023-08-081-4/+1
* stm32: fix rtc and examplesxoviat2023-08-061-1/+1
* Enable RTC on STM32WL chips (#1645)Phil Markgraf2023-07-151-0/+43