| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-rp: doc comment spelling pass | Rob Wells | 2025-10-27 | 1 | -1/+1 |
| | | | | | | All changes but one are to documentation comments, and one to an ordinary comment. | ||||
| * | 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 |
| | | | | | | None of them are `non-exaustative`, they are all small enough to be copy (I estimate none are larger than 4 bytes). | ||||
| * | 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 |
| | | | | | Enable missing doc warnings. | ||||
| * | 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 ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | 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 |
| | | | | | | | | | | don't recalculate clock frequencies every time they are asked for. while this is not very often in practice it does consume a bunch of flash space that cannot be optimized away, and was pulled in unconditionally previously. while we technically only need the configured rosc, xosc and gpin frequencies it is easier to store all frequencies (and much cheaper at runtime too). | ||||
| * | 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 |
