| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Fix blocking I2C | Mathias | 2022-09-27 | 1 | -69/+127 | |
| | * | | Add blocking read & write for I2C | Mathias | 2022-09-27 | 1 | -20/+286 | |
| | * | | Add preliminary I2C implementation for RP2040 | Mathias | 2022-09-27 | 4 | -1/+231 | |
| | * | | usb: make HALs depend only on embassy-usb-driver. | Dario Nieuwenhuis | 2022-09-27 | 1 | -2/+3 | |
| | * | | Fix bufferedUart read and write tests | Mathias | 2022-09-27 | 2 | -49/+46 | |
| | * | | Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s... | Mathias | 2022-09-27 | 1 | -13/+13 | |
| | * | | Add HIL test for bufferedUart | Mathias | 2022-09-26 | 1 | -2/+1 | |
| | * | | Remove code-duplication in async bufferedUart implementations | Mathias | 2022-09-26 | 1 | -126/+89 | |
| | * | | Formatting | Mathias | 2022-09-26 | 1 | -3/+1 | |
| | * | | Add bufferedUart, including a split version for only Rx or Tx | Mathias | 2022-09-26 | 2 | -61/+310 | |
| | * | | Add BufferedUart implementation, and feature-guard time-driver initialization... | Mathias | 2022-09-26 | 2 | -2/+368 | |
| | * | | rp: Disable intrinsics by default. | Dario Nieuwenhuis | 2022-09-26 | 1 | -9/+9 | |
| | * | | Merge #972 | bors[bot] | 2022-09-26 | 1 | -13/+14 | |
| | |\ \ | ||||||
| | | * | | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -13/+14 | |
| | * | | | Add credits to rp-hal | Dario Nieuwenhuis | 2022-09-26 | 2 | -0/+6 | |
| | * | | | Add RP2040 ROM functions and intrinsics aliases | Mathias | 2022-09-23 | 3 | -0/+1006 | |
| | |/ / | ||||||
| | * | | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 | |
| | * | | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 2 | -3/+2 | |
| | * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 | |
| | * | | Merge #949 | bors[bot] | 2022-09-21 | 6 | -1/+481 | |
| | |\ \ | ||||||
| | | * | | Implement RealTimeClock for embassy-rp | Mathias | 2022-09-16 | 6 | -1/+481 | |
| | | |/ | ||||||
| | * | | Merge #954 | bors[bot] | 2022-09-19 | 2 | -16/+57 | |
| | |\ \ | ||||||
| | | * | | rp: let SPI RX overflow during async write | Alex Martens | 2022-09-18 | 2 | -37/+17 | |
| | | * | | rp: fix async SPI read and write | Alex Martens | 2022-09-18 | 2 | -18/+79 | |
| | * | | | rp: remove extraneous newlines in logs | Alex Martens | 2022-09-18 | 1 | -9/+9 | |
| | |/ / | ||||||
| | * / | Feature-gate time-driver in embassy-rp | Mathias | 2022-09-16 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | Drop rp2040-flash as dependency, as they pull in rp2040-hal for rom-data func... | Mathias | 2022-09-23 | 2 | -39/+292 | |
| * | | First iteration attempt on implementing generic flash mutation access for RP2040 | Mathias | 2022-09-23 | 2 | -0/+101 | |
| * | | Add RP2040 ROM functions and intrinsics aliases | Mathias | 2022-09-23 | 3 | -0/+1006 | |
| * | | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-23 | 1 | -1/+1 | |
| * | | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-23 | 2 | -3/+2 | |
| * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-23 | 1 | -1/+1 | |
| * | | Implement RealTimeClock for embassy-rp | Mathias | 2022-09-23 | 6 | -1/+481 | |
| * | | rp: let SPI RX overflow during async write | Alex Martens | 2022-09-23 | 2 | -37/+17 | |
| * | | rp: fix async SPI read and write | Alex Martens | 2022-09-23 | 2 | -18/+79 | |
| * | | rp: remove extraneous newlines in logs | Alex Martens | 2022-09-23 | 1 | -9/+9 | |
| * | | Feature-gate time-driver in embassy-rp | Mathias | 2022-09-23 | 1 | -0/+2 | |
| |/ | ||||||
| * | Fix dma | Henrik Alsér | 2022-09-01 | 3 | -54/+14 | |
| * | 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 | 2 | -64/+128 | |
| * | Change DMA write/read to use raw pointers | Henrik Alsér | 2022-09-01 | 3 | -18/+39 | |
| * | 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 | |
| * | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -35/+36 | |
| * | Merge pull request #927 from embassy-rs/rp-usb | Dario Nieuwenhuis | 2022-08-30 | 3 | -2/+885 | |
| |\ | ||||||
