Age | Commit message (Expand) | Author |
2022-09-27 | Fix bufferedUart read and write tests | Mathias |
2022-09-27 | Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s... | Mathias |
2022-09-26 | Add HIL test for bufferedUart | Mathias |
2022-09-26 | Remove code-duplication in async bufferedUart implementations | Mathias |
2022-09-26 | Enable embedded-io on nightly | Mathias |
2022-09-26 | Formatting | Mathias |
2022-09-26 | Add bufferedUart, including a split version for only Rx or Tx | Mathias |
2022-09-26 | Add BufferedUart implementation, and feature-guard time-driver initialization... | Mathias |
2022-09-26 | rp: Disable intrinsics by default. | Dario Nieuwenhuis |
2022-09-26 | Merge #972 | bors[bot] |
2022-09-26 | usb: split driver trait to separate crate. | Dario Nieuwenhuis |
2022-09-26 | Add credits to rp-hal | Dario Nieuwenhuis |
2022-09-23 | Add RP2040 ROM functions and intrinsics aliases | Mathias |
2022-09-22 | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis |
2022-09-22 | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis |
2022-09-22 | Update Rust nightly. | Dario Nieuwenhuis |
2022-09-21 | Merge #949 | bors[bot] |
2022-09-19 | Merge #954 | bors[bot] |
2022-09-18 | rp: remove extraneous newlines in logs | Alex Martens |
2022-09-18 | rp: let SPI RX overflow during async write | Alex Martens |
2022-09-18 | rp: fix async SPI read and write | Alex Martens |
2022-09-16 | Add time-driver feature to docs | Mathias |
2022-09-16 | Implement RealTimeClock for embassy-rp | Mathias |
2022-09-16 | Feature-gate time-driver in embassy-rp | Mathias |
2022-09-02 | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis |
2022-09-01 | Fix dma | Henrik Alsér |
2022-09-01 | Reorder args | Henrik Alsér |
2022-09-01 | rustfmt | Henrik Alsér |
2022-09-01 | Remove cfg_if | Henrik Alsér |
2022-09-01 | Rearrange new:s | Henrik Alsér |
2022-09-01 | Change DMA write/read to use raw pointers | Henrik Alsér |
2022-09-01 | Reorder args | Henrik Alsér |
2022-09-01 | transfer_in_place | Henrik Alsér |
2022-09-01 | impl embedded-hal-async | Henrik Alsér |
2022-09-01 | example | Henrik Alsér |
2022-09-01 | dma | Henrik Alsér |
2022-08-31 | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis |
2022-08-30 | Merge pull request #927 from embassy-rs/rp-usb | Dario Nieuwenhuis |
2022-08-26 | Add HIL tests of DMA & UART, and correctly set DREQ for uart DMA | Mathias |
2022-08-25 | rp: add usb device support. | Dario Nieuwenhuis |
2022-08-24 | rp: update PAC | Dario Nieuwenhuis |
2022-08-23 | Only check for ahb error in DMA | Mathias |
2022-08-23 | Change to using embassy-sync | Mathias |
2022-08-23 | Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r... | Mathias |
2022-08-23 | Abort DMA operation when dropping a Transfer, and panic on DMA errors | Mathias |
2022-08-23 | Address code review comments | Mathias |
2022-08-22 | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis |
2022-08-22 | rp: fix nvic prio bits (it's 2, not 3) | Dario Nieuwenhuis |
2022-08-19 | Fix bit checking in DMA irq | Mathias |
2022-08-19 | Add back public dma::copy, and correct dma incr settings for read/write | Mathias |