| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | rp/spi: disable+enable when setting frequency | Dario Nieuwenhuis | 2021-07-20 | 1 | -0/+7 |
| * | rp/spi: properly drain the rx buffer while writing | Dario Nieuwenhuis | 2021-07-20 | 1 | -0/+2 |
| * | rp/spi: add set_frequency | Dario Nieuwenhuis | 2021-07-12 | 1 | -34/+41 |
| * | rp/spi: sane prescaler calculation | Dario Nieuwenhuis | 2021-07-11 | 1 | -19/+27 |
| * | rp/spi: add configurable pha/pol | Dario Nieuwenhuis | 2021-06-30 | 1 | -2/+9 |
| * | rp/spi: add Transfer | Dario Nieuwenhuis | 2021-06-30 | 1 | -0/+21 |
| * | rp/gpio: add optional pins | Dario Nieuwenhuis | 2021-06-30 | 1 | -20/+34 |
| * | rp/spi: add write-only spi driver | Dario Nieuwenhuis | 2021-06-25 | 1 | -0/+179 |
