aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rtc/datetime.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3880 from nikvoid/stm32-rtc-subsecondDario Nieuwenhuis2025-02-161-1/+20
|\ | | | | | | STM32: RTC subsecond support
| * stm32: read microsecond from RTCnikvoid2025-02-131-1/+20
| |
* | derive defmt::Format on pub struct/enum of stm32::rtcGeorges Palauqui2025-01-241-0/+3
|/
* stm32/rtc: move lowpower stuff to a separate mod.Dario Nieuwenhuis2024-05-301-59/+0
|
* low power for h5eZio Pan2024-04-281-2/+2
|
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-1/+1
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-4/+1
|
* stm32: more docs.Dario Nieuwenhuis2023-12-181-3/+9
|
* Revert "fix day of the week conversion"Mathias2023-12-041-1/+1
| | | | This reverts commit 59a5e84df584faed5676de027601d09772be55f7.
* stm32/rtc: misc. cleanup and move to bps by defaultxoviat2023-11-011-23/+9
|
* Fix dow range off-by-one errorScott Mabin2023-10-301-14/+14
|
* stm32/rtc: more rtc cleanupxoviat2023-10-251-64/+127
|
* fix day of the week conversionaidant2023-08-271-1/+1
|
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-23/+21
|
* stm32/rtc: fix datetime and add f4 testxoviat2023-04-251-10/+8
|
* stm32/rtc: remove unused importxoviat2023-04-161-0/+1
|
* stm32/rtc: remove chrono datetime and add convertersxoviat2023-04-161-0/+202