aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src/bin/rtc.rs
Commit message (Expand)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
* 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 wl into l4/l5.Dario Nieuwenhuis2023-10-231-12/+17
* stm32: update metapacxoviat2023-10-171-1/+1
* stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-161-1/+1
* stm32/rcc: port L4 to the "flattened" API like h5/h7.Dario Nieuwenhuis2023-10-151-13/+15
* 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-3/+2
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-4/+4
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-301-0/+1
* stm32: fix l4 re-exportxoviat2023-08-271-1/+1
* stm32/l4: set rtc clock source in rccxoviat2023-08-081-4/+1
* stm32/rtc: fix exampelxoviat2023-08-061-1/+1
* Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-031-1/+0
* L4: Switch to MSI to prevent problems with PLL configuration, and enable powe...Mathias2023-07-011-0/+50