| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
