| Commit message (Expand) | Author | Age | Files | Lines |
| * | embassy-rp: add support for TX-only, no SCK SPI | Alex Strandberg | 2025-11-24 | 1 | -0/+25 |
| * | embassy-rp: doc comment spelling pass | Rob Wells | 2025-10-27 | 1 | -1/+1 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -72/+64 |
| * | Add `set_config` method to RP SPI driver | dstric-aqueduct | 2024-12-03 | 1 | -18/+34 |
| * | Add tx_dma to async spi | Connor | 2024-10-27 | 1 | -2/+3 |
| * | Fix CI, rename private feature, address comments from dirbaio. | Caleb Jamison | 2024-08-12 | 1 | -4/+4 |
| * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -6/+92 |
| * | Use raw slices .len() method instead of unsafe hacks. | Dario Nieuwenhuis | 2024-06-13 | 1 | -9/+6 |
| * | rp: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 1 | -15/+12 |
| * | docs: document spi, rtc and rest of uart for embassy-rp | Ulf Lilleengen | 2023-12-19 | 1 | -0/+31 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -61/+47 |
| * | nrf, rp: update set_config | xoviat | 2023-10-01 | 1 | -1/+4 |
| * | rp: rename gpio::Pin::io to gpio::Pin::gpio | pennae | 2023-07-31 | 1 | -4/+4 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -16/+4 |
| * | rp: update rp-pac. | Dario Nieuwenhuis | 2023-06-16 | 1 | -117/+102 |
| * | rp/spi: enable rxdmae/txdmae only once at init. | Dario Nieuwenhuis | 2023-06-02 | 1 | -19/+8 |
| * | rp/spi: start rx dma first. | Dario Nieuwenhuis | 2023-06-02 | 1 | -13/+19 |
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -0/+1 |
| * | fix: spi transfer bug and additions to test | Lachezar Lechev | 2023-03-26 | 1 | -5/+5 |
| * | fix: PR comment | Lachezar Lechev | 2023-03-24 | 1 | -6/+1 |
| * | fix(rp): spi transfer | Lachezar Lechev | 2023-03-20 | 1 | -6/+40 |
| * | Add missing SPI pins | Pedro Ferreira | 2022-12-25 | 1 | -0/+10 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -22/+10 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -4/+4 |
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | rp: let SPI RX overflow during async write | Alex Martens | 2022-09-18 | 1 | -18/+17 |
| * | rp: fix async SPI read and write | Alex Martens | 2022-09-18 | 1 | -18/+41 |
| * | Fix dma | Henrik Alsér | 2022-09-01 | 1 | -32/+6 |
| * | Reorder args | Henrik Alsér | 2022-09-01 | 1 | -16/+16 |
| * | rustfmt | Henrik Alsér | 2022-09-01 | 1 | -1/+2 |
| * | Remove cfg_if | Henrik Alsér | 2022-09-01 | 1 | -34/+29 |
| * | Rearrange new:s | Henrik Alsér | 2022-09-01 | 1 | -62/+114 |
| * | Change DMA write/read to use raw pointers | Henrik Alsér | 2022-09-01 | 1 | -10/+29 |
| * | Reorder args | Henrik Alsér | 2022-09-01 | 1 | -2/+2 |
| * | transfer_in_place | Henrik Alsér | 2022-09-01 | 1 | -7/+8 |
| * | impl embedded-hal-async | Henrik Alsér | 2022-09-01 | 1 | -0/+54 |
| * | example | Henrik Alsér | 2022-09-01 | 1 | -5/+79 |
| * | dma | Henrik Alsér | 2022-09-01 | 1 | -16/+75 |
| * | Remove PeripheralRef::into_inner() | Dario Nieuwenhuis | 2022-07-23 | 1 | -6/+13 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -22/+22 |
| * | Update embassy-rp | Grant Miller | 2022-07-23 | 1 | -33/+20 |
| * | impl SetConfig for rp2040 SPI | Henrik Alsér | 2022-07-09 | 1 | -0/+18 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -25/+5 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -43/+9 |
| * | rp: impl eh1.0 blocking traits | Dario Nieuwenhuis | 2022-02-15 | 1 | -31/+154 |
| * | rp: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 1 | -25/+63 |
| * | Add missing `+ 'd` on unborrows. | Dario Nieuwenhuis | 2022-02-10 | 1 | -5/+5 |
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 |