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
*
stm32: use datemath to resume time
xoviat
2025-12-18
1
-4
/
+12
*
low_power: misc cleanups and allow main macro
xoviat
2025-11-16
1
-2
/
+5
*
tests: disable rtc for h563 on non-stop
xoviat
2025-11-05
1
-1
/
+14
*
rtc: use consistent api between stop and non-stop
xoviat
2025-11-04
1
-21
/
+58
*
make min_stop_pause configurable
xoviat
2025-11-04
1
-2
/
+2
*
fix rtc opt
xoviat
2025-11-04
1
-6
/
+5
*
minor rtc opt
xoviat
2025-11-04
1
-13
/
+8
*
stm32/stop: move stop_with_rtc into init
xoviat
2025-11-04
1
-1
/
+31
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-4
/
+4
*
stm32: update metapac, add L4+ to CI.
Dario Nieuwenhuis
2025-09-26
1
-13
/
+8
*
Added RTC low-power support for STM32WBA65
Gerzain Mata
2025-07-18
1
-1
/
+1
*
Added STM32WBA6XXX devices as features
Gerzain Mata
2025-06-26
1
-1
/
+1
*
Add support for rtc_v3h7rs
Adam Morgan
2025-05-21
1
-1
/
+1
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-2
/
+2
*
Merge pull request #3880 from nikvoid/stm32-rtc-subsecond
Dario Nieuwenhuis
2025-02-16
1
-2
/
+12
|
\
|
*
stm32: read microsecond from RTC
nikvoid
2025-02-13
1
-2
/
+12
*
|
derive defmt::Format on pub struct/enum of stm32::rtc
Georges Palauqui
2025-01-24
1
-0
/
+1
|
/
*
low-power: add basic support for stm32u0
Christian Enderle
2024-11-22
1
-1
/
+1
*
low-power: add support for stm32u5
Christian Enderle
2024-11-03
1
-0
/
+1
*
Make clocks repr C.
Dion Dokter
2024-07-08
1
-1
/
+1
*
Merge pull request #3002 from honzasp/rcc-info
Dario Nieuwenhuis
2024-05-30
1
-1
/
+1
|
\
|
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-1
/
+1
*
|
stm32/rtc: move lowpower stuff to a separate mod.
Dario Nieuwenhuis
2024-05-30
1
-190
/
+6
*
|
stm32: remove pointer-to-pointer-to-registers.
Dario Nieuwenhuis
2024-05-30
1
-4
/
+4
|
/
*
low power for h5
eZio Pan
2024-04-28
1
-30
/
+19
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-29
/
+24
*
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
[next]