index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
stm32l4
/
src
/
bin
/
rtc.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
rtc: use consistent api between stop and non-stop
xoviat
2025-11-04
1
-2
/
+2
|
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
|
*
stm32/rtc: remove use of deprecated .timestamp()
Dario Nieuwenhuis
2024-03-06
1
-2
/
+2
|
*
stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.
Dario Nieuwenhuis
2024-02-26
1
-1
/
+1
|
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-1
/
+0
|
*
stm32/rcc: consistent casing and naming for PLL enums.
Dario Nieuwenhuis
2023-11-13
1
-1
/
+1
|
*
stm32/rcc: merge wl into l4/l5.
Dario Nieuwenhuis
2023-10-23
1
-12
/
+17
|
*
stm32: update metapac
xoviat
2023-10-17
1
-1
/
+1
|
*
stm32/rcc: add better support for L4/L4+ differences.
Dario Nieuwenhuis
2023-10-16
1
-1
/
+1
|
*
stm32/rcc: port L4 to the "flattened" API like h5/h7.
Dario Nieuwenhuis
2023-10-15
1
-13
/
+15
|
*
time: Update examples, tests, and other code to use new Timer::after_x ↵
Adam Greig
2023-10-15
1
-2
/
+2
|
|
|
|
convenience methods
*
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
Dario Nieuwenhuis
2023-10-11
1
-3
/
+2
|
*
stm32/rcc: use PLL enums from PAC.
Dario Nieuwenhuis
2023-10-09
1
-4
/
+4
|
*
stm32/rtc: enable lse in examples.
Dario Nieuwenhuis
2023-09-30
1
-0
/
+1
|
*
stm32: fix l4 re-export
xoviat
2023-08-27
1
-1
/
+1
|
*
stm32/l4: set rtc clock source in rcc
xoviat
2023-08-08
1
-4
/
+1
|
*
stm32/rtc: fix exampel
xoviat
2023-08-06
1
-1
/
+1
|
*
Merge branch 'main' of https://github.com/embassy-rs/embassy into ↵
Mathias
2023-07-03
1
-1
/
+0
|
|
|
|
embassy-stm32/rcc-rtc-l4
*
L4: Switch to MSI to prevent problems with PLL configuration, and enable ↵
Mathias
2023-07-01
1
-0
/
+50
power to AHB bus clock to allow RTC to run