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
/
embassy-stm32
/
src
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: feature-gate wakeup alarm
xoviat
2023-08-26
1
-19
/
+2
*
stm32: complete stop impl.
xoviat
2023-08-26
2
-98
/
+100
*
stm32: get the basic lp working
xoviat
2023-08-26
1
-12
/
+43
*
stm32: flesh out lp executor
xoviat
2023-08-24
1
-7
/
+18
*
rtc: cleanup
xoviat
2023-08-23
1
-37
/
+4
*
rtc: get wakup irq working
xoviat
2023-08-23
1
-20
/
+28
*
stm32: impl. draft cfgr pwr
xoviat
2023-08-22
1
-8
/
+0
*
stm32: add executor to low-power mod
xoviat
2023-08-22
1
-2
/
+2
*
Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp
xoviat
2023-08-22
1
-0
/
+2
|
\
|
*
stm32/rtc: allow dead code
xoviat
2023-08-22
1
-0
/
+2
*
|
rtc: make fns private
xoviat
2023-08-22
1
-2
/
+2
|
/
*
rtc: fix rtcinstant delay computation
xoviat
2023-08-21
1
-3
/
+4
*
stm32/rtc: misc fixes
xoviat
2023-08-21
1
-2
/
+11
*
rtc: impl. draft rtcinstant api
xoviat
2023-08-21
1
-26
/
+97
*
rustfmt
xoviat
2023-08-10
1
-0
/
+1
*
stm32/rtc: implement stop_wakeup_alarm
xoviat
2023-08-10
1
-7
/
+11
*
stm32/rtc: autocompute wakeup psc.
xoviat
2023-08-10
1
-16
/
+80
*
stm32/rtc: add start/stop wakeup
xoviat
2023-08-09
1
-0
/
+67
*
stm32/rtc: remove generics and segregate clock sel
xoviat
2023-08-08
3
-78
/
+87
*
stm32: fix rtc and examples
xoviat
2023-08-06
1
-3
/
+4
*
stm32/rtc: restructure
xoviat
2023-08-06
3
-39
/
+34
*
stm32/rtc: enable in rcc mod
xoviat
2023-08-06
1
-0
/
+15
*
stm32f2: Avoid resetting rtc backup domain
Scott Mabin
2023-07-30
1
-2
/
+6
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
Enable RTC on STM32WL chips (#1645)
Phil Markgraf
2023-07-15
1
-0
/
+1
*
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
Dario Nieuwenhuis
2023-06-29
2
-3
/
+3
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
4
-281
/
+260
*
stm32/rtc: fix build failure in some L4s
Dario Nieuwenhuis
2023-05-31
1
-6
/
+1
*
Align with updated stm32 metapac
Rasmus Melchior Jacobsen
2023-05-25
1
-2
/
+2
*
stm32/rtc: fix datetime and add f4 test
xoviat
2023-04-25
1
-10
/
+8
*
stm32/rtc: impl. functions on trait
xoviat
2023-04-18
3
-67
/
+69
*
stm32/rtc: build more chips
xoviat
2023-04-18
2
-93
/
+78
*
stm32/rtc: cleanup and consolidate
xoviat
2023-04-18
13
-438
/
+79
*
stm32/rtc: remove unused import
xoviat
2023-04-16
1
-0
/
+1
*
stm32/rtc: remove chrono datetime and add converters
xoviat
2023-04-16
2
-3
/
+56
*
feature-gate variants without vals defined
Mathias
2023-02-13
1
-2
/
+11
*
Remove unused feature gate
Mathias
2022-10-11
1
-1
/
+0
*
Fix RTC for v2l0 & v2l1
Mathias
2022-10-11
3
-67
/
+38
*
Fix stm32wl55jc-cm4 RTC
Mathias
2022-10-11
1
-1
/
+6
*
Implement RTC peripheral for all stm32 families with rtc
Mathias
2022-09-29
15
-0
/
+1220