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-rp
/
src
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
embassy-rp: doc comment spelling pass
Rob Wells
2025-10-27
1
-1
/
+1
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
Fix race condition in RTC alarm by using AtomicBool flag
1-rafael-1
2025-09-15
1
-6
/
+14
*
alarm handling to poll hardware status directly; add ci test
1-rafael-1
2025-09-15
1
-13
/
+6
*
embassy-rp (rp2040): Rtc wait_for_alarm
1-rafael-1
2025-05-16
3
-2
/
+124
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-6
/
+4
*
Add Clone and Copy to Error types
dvdsk
2024-06-06
2
-2
/
+2
*
rp: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-6
/
+5
*
fix minor clippy lints in embassy_rp
Rafael Bachmann
2024-03-18
1
-2
/
+1
*
docs: document all embassy-rp public apis
Ulf Lilleengen
2023-12-19
1
-0
/
+1
*
docs: document spi, rtc and rest of uart for embassy-rp
Ulf Lilleengen
2023-12-19
1
-0
/
+1
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
RP: Add save/restore to Rtc. Example use.
Henrik Berg
2023-07-12
1
-0
/
+30
*
RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().
Henrik Berg
2023-07-12
1
-11
/
+9
*
RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTime
Henrik Berg
2023-07-12
1
-0
/
+1
*
rp: update rp-pac.
Dario Nieuwenhuis
2023-06-16
1
-49
/
+40
*
ci: fix nrf, rp tests.
Dario Nieuwenhuis
2023-05-29
1
-1
/
+1
*
rp/clocks: store clock frequencies in ram
pennae
2023-05-17
1
-6
/
+1
*
Drive-by documentation link fixes
Gabriel Smith
2022-11-27
1
-1
/
+1
*
Correctly enable RTC_IRQ when scheduling an RTC alarm
Mathias
2022-10-12
1
-0
/
+2
*
Implement RealTimeClock for embassy-rp
Mathias
2022-09-16
4
-0
/
+477