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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend RTC low power mode for STM32G0
Ben V. Brown
2024-01-02
1
-3
/
+7
*
Add low-power support for stm32l5
Christian Enderle
2023-12-26
1
-7
/
+13
*
stm32: make time provider public again
Scott Mabin
2023-12-23
1
-2
/
+3
*
fix stm32 rtc year from 1970 base 2000
dragonn
2023-12-19
1
-2
/
+2
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-2
/
+2
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-4
/
+8
*
rustfmt
xoviat
2023-11-08
1
-0
/
+1
*
stm32: add low power for g4
xoviat
2023-11-08
1
-0
/
+162
*
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
xoviat
2023-11-04
1
-46
/
+55
|
\
|
*
stm32/rtc: misc. cleanup and move to bps by default
xoviat
2023-11-01
1
-46
/
+56
*
|
stm32: compute stop mode and workaround rtt test bug
xoviat
2023-11-04
1
-7
/
+1
|
/
*
Merge pull request #2117 from xoviat/rtc-3
xoviat
2023-10-26
1
-49
/
+40
|
\
|
*
stm32/rtc: more rtc cleanup
xoviat
2023-10-25
1
-49
/
+40
*
|
stm32/low-power: refactor refcount
xoviat
2023-10-25
1
-1
/
+3
|
/
*
stm32: fix low-power test
xoviat
2023-10-23
1
-1
/
+5
*
enable clock first
pbert
2023-10-12
1
-1
/
+1
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-1
/
+1
*
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
Dario Nieuwenhuis
2023-10-11
1
-14
/
+2
*
h7: implement RTC and LSE clock configuration
Matt Ickstadt
2023-10-06
1
-18
/
+47
*
rtc: use enable on known working chips only
xoviat
2023-09-25
1
-2
/
+2
*
stm32/rtc: use rccperi enable
xoviat
2023-09-25
1
-3
/
+7
*
fix low-power: APB1 needed for LSE
Christian Enderle
2023-09-21
1
-2
/
+0
*
stm32: misc. cleanup
xoviat
2023-09-17
1
-5
/
+6
*
stm32: Add RtcTimeProvider struct to Rtc module
Scott Mabin
2023-09-17
1
-15
/
+36
*
stm32: add stm32wba support.
Dario Nieuwenhuis
2023-09-16
1
-2
/
+0
*
stm32: rtc/low-power cleanup
xoviat
2023-09-15
1
-14
/
+20
*
rcc: more cleanup
xoviat
2023-09-08
1
-1
/
+1
*
rustfmt
xoviat
2023-08-29
1
-0
/
+1
*
stm32/rtc: autocompute prescalers
xoviat
2023-08-29
1
-43
/
+29
*
stm32/rtc: feature-gate instant
xoviat
2023-08-27
1
-0
/
+1
*
stm32/rtc: fix psc div
xoviat
2023-08-27
1
-1
/
+1
*
stm32: fix rtc wakeup timing and add dbg
xoviat
2023-08-27
1
-1
/
+13
*
stm32/rtc: use psc to compute instants
xoviat
2023-08-27
1
-36
/
+17
*
stm32: re-export rtcclocksource
xoviat
2023-08-27
1
-0
/
+1
*
stm32: extract backupdomain into mod
xoviat
2023-08-27
1
-14
/
+2
*
stm32: complete stop impl.
xoviat
2023-08-26
1
-0
/
+79
*
rustfmt
xoviat
2023-08-10
1
-0
/
+1
*
stm32/rtc: remove generics and segregate clock sel
xoviat
2023-08-08
1
-38
/
+14
*
stm32/rtc: restructure
xoviat
2023-08-06
1
-17
/
+16
*
stm32/rtc: enable in rcc mod
xoviat
2023-08-06
1
-0
/
+15
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-20
/
+18
*
stm32/rtc: impl. functions on trait
xoviat
2023-04-18
1
-14
/
+28
*
stm32/rtc: cleanup and consolidate
xoviat
2023-04-18
1
-1
/
+1
*
stm32/rtc: remove chrono datetime and add converters
xoviat
2023-04-16
1
-3
/
+0
*
Implement RTC peripheral for all stm32 families with rtc
Mathias
2022-09-29
1
-0
/
+238