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
*
Added RTC low-power support for STM32WBA65
Gerzain Mata
2025-07-18
3
-5
/
+11
*
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
*
fix: stm32wb55 low power feature did not compile
ckrenslehner
2025-04-15
2
-2
/
+13
*
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
2
-3
/
+32
|
\
|
*
stm32: read microsecond from RTC
nikvoid
2025-02-13
2
-3
/
+32
*
|
derive defmt::Format on pub struct/enum of stm32::rtc
Georges Palauqui
2025-01-24
2
-0
/
+4
|
/
*
chore: fix build
elagil
2025-01-03
2
-8
/
+8
*
low-power: add support for stop for stm32u0
Christian Enderle
2024-11-22
2
-3
/
+7
*
low-power: add basic support for stm32u0
Christian Enderle
2024-11-22
3
-5
/
+5
*
rtc: reorganize low-power SealedInstance
Christian Enderle
2024-11-22
1
-4
/
+10
*
low-power: add support for stm32u5
Christian Enderle
2024-11-03
3
-5
/
+17
*
Merge pull request #3213 from embedded-rust-iml/stm32l4-low-power
Dario Nieuwenhuis
2024-08-13
2
-3
/
+6
|
\
|
*
Implement low-power feature for stm32l4 MCUs
Tobias Naumann
2024-07-26
2
-3
/
+6
*
|
Fix errors
Dion Dokter
2024-07-09
1
-1
/
+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
3
-249
/
+236
*
|
stm32: remove pointer-to-pointer-to-registers.
Dario Nieuwenhuis
2024-05-30
3
-12
/
+12
|
/
*
low power for h5
eZio Pan
2024-04-28
3
-52
/
+37
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
4
-36
/
+30
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-4
/
+1
*
Extend RTC low power mode for STM32G0
Ben V. Brown
2024-01-02
2
-3
/
+13
*
Add low-power support for stm32l5
Christian Enderle
2023-12-26
2
-7
/
+19
*
update metapac after stm32-data PR323
eZio Pan
2023-12-25
2
-8
/
+8
*
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
2
-7
/
+17
*
Revert "fix day of the week conversion"
Mathias
2023-12-04
1
-1
/
+1
*
rustfmt
xoviat
2023-11-08
1
-0
/
+1
*
stm32: add low power for g4
xoviat
2023-11-08
3
-139
/
+169
*
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
xoviat
2023-11-04
4
-71
/
+67
|
\
|
*
stm32/rtc: misc. cleanup and move to bps by default
xoviat
2023-11-01
4
-71
/
+68
*
|
stm32: compute stop mode and workaround rtt test bug
xoviat
2023-11-04
1
-7
/
+1
|
/
*
Fix dow range off-by-one error
Scott Mabin
2023-10-30
1
-14
/
+14
*
Merge pull request #2117 from xoviat/rtc-3
xoviat
2023-10-26
3
-120
/
+173
|
\
|
*
stm32/rtc: more rtc cleanup
xoviat
2023-10-25
3
-120
/
+173
*
|
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
2
-18
/
+49
*
stm32: fix stop
xoviat
2023-10-02
1
-15
/
+16
*
rtc: use enable on known working chips only
xoviat
2023-09-25
1
-2
/
+2
*
stm32/rtc: always set wakeup alarm
xoviat
2023-09-25
1
-9
/
+0
*
stm32/rtc: use rccperi enable
xoviat
2023-09-25
3
-31
/
+7
[next]