| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reorder args | Henrik Alsér | 2022-09-01 | 2 | -3/+3 |
| * | transfer_in_place | Henrik Alsér | 2022-09-01 | 2 | -8/+9 |
| * | Fix example | Henrik Alsér | 2022-09-01 | 1 | -2/+3 |
| * | impl embedded-hal-async | Henrik Alsér | 2022-09-01 | 2 | -4/+56 |
| * | example | Henrik Alsér | 2022-09-01 | 3 | -7/+112 |
| * | dma | Henrik Alsér | 2022-09-01 | 1 | -16/+75 |
| * | Merge #936 | bors[bot] | 2022-08-31 | 1 | -60/+150 |
| |\ | |||||
| | * | Avoid double-borrow | Zoey Riordan | 2022-08-30 | 1 | -6/+9 |
| | * | Deduplicate IO methods | Zoey Riordan | 2022-08-30 | 1 | -169/+101 |
| | * | Add split() method to BufferedUarte in embassy-nrf | Zoey Riordan | 2022-08-30 | 1 | -12/+167 |
| * | | Merge #938 | bors[bot] | 2022-08-31 | 10 | -344/+346 |
| |\ \ | |||||
| | * | | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 10 | -344/+346 |
| * | | | Merge #928 | bors[bot] | 2022-08-31 | 1 | -0/+29 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Avoid context switch and wait for stop | huntc | 2022-08-31 | 1 | -47/+2 |
| | * | | Permits the future to be cancelled | huntc | 2022-08-30 | 1 | -2/+31 |
| | * | | Additional doco | huntc | 2022-08-30 | 1 | -0/+2 |
| | * | | Ensure that the sampling is stopped | huntc | 2022-08-26 | 1 | -0/+43 |
| * | | | Merge pull request #937 from embassy-rs/net-stable | Dario Nieuwenhuis | 2022-08-31 | 16 | -66/+99 |
| |\ \ \ | |||||
| | * | | | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 16 | -66/+99 |
| |/ / / | |||||
| * | | | futures: cargo.toml metadata | Dario Nieuwenhuis | 2022-08-30 | 1 | -0/+10 |
| * | | | Merge pull request #927 from embassy-rs/rp-usb | Dario Nieuwenhuis | 2022-08-30 | 7 | -5/+1263 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | rp: add usb device support. | Dario Nieuwenhuis | 2022-08-25 | 6 | -1/+1259 |
| | * | | rp: update PAC | Dario Nieuwenhuis | 2022-08-24 | 2 | -4/+4 |
| * | | | Merge pull request #929 from embassy-rs/futures-fixes | Dario Nieuwenhuis | 2022-08-29 | 9 | -21/+465 |
| |\ \ \ | |||||
| | * | | | futures: readme, docs improvements. | Dario Nieuwenhuis | 2022-08-29 | 4 | -9/+49 |
| | * | | | futures: add join_array. | Dario Nieuwenhuis | 2022-08-29 | 1 | -0/+68 |
| | * | | | futures: move select* and join* to separate modules. | Dario Nieuwenhuis | 2022-08-29 | 5 | -10/+13 |
| | * | | | futures: add joins | Dario Nieuwenhuis | 2022-08-28 | 2 | -0/+254 |
| | * | | | futures: add block_on | Dario Nieuwenhuis | 2022-08-28 | 2 | -0/+33 |
| | * | | | futures: make `select_(slice|array)` hang intead of panicking if empty. | Dario Nieuwenhuis | 2022-08-28 | 1 | -8/+2 |
| | * | | | futures: add select_slice, rename select_all to select_array. | Dario Nieuwenhuis | 2022-08-28 | 2 | -8/+57 |
| | * | | | futures: derive defmt for Eithers | Dario Nieuwenhuis | 2022-08-28 | 1 | -0/+3 |
| * | | | | Merge #931 | bors[bot] | 2022-08-29 | 1 | -0/+1 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Add missing std feature for embassy-sync | Ulf Lilleengen | 2022-08-29 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Merge #913 | bors[bot] | 2022-08-26 | 7 | -105/+532 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Add HIL tests of DMA & UART, and correctly set DREQ for uart DMA | Mathias | 2022-08-26 | 5 | -23/+184 |
| | * | | Only check for ahb error in DMA | Mathias | 2022-08-23 | 1 | -7/+1 |
| | * | | Change to using embassy-sync | Mathias | 2022-08-23 | 1 | -2/+2 |
| | * | | Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r... | Mathias | 2022-08-23 | 163 | -453/+921 |
| | |\ \ | |||||
| | * | | | Abort DMA operation when dropping a Transfer, and panic on DMA errors | Mathias | 2022-08-23 | 1 | -2/+14 |
| | * | | | Address code review comments | Mathias | 2022-08-23 | 3 | -38/+47 |
| | * | | | Fix bit checking in DMA irq | Mathias | 2022-08-19 | 1 | -1/+1 |
| | * | | | Add back public dma::copy, and correct dma incr settings for read/write | Mathias | 2022-08-19 | 1 | -17/+26 |
| | * | | | Add DMA_IRQ0 handling to Transfer | Mathias | 2022-08-19 | 1 | -1/+29 |
| | * | | | Fix uart rp2040 blocking example | Mathias | 2022-08-19 | 1 | -1/+1 |
| | * | | | Simplify waker storage for DMA state | Mathias | 2022-08-18 | 1 | -39/+6 |
| | * | | | Don't increment read address in DMA copy from peripherals | Mathias | 2022-08-18 | 2 | -10/+16 |
| | * | | | Add DMA read + write functions | Mathias | 2022-08-18 | 2 | -10/+42 |
| | * | | | Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r... | Mathias | 2022-08-18 | 281 | -1155/+1373 |
| | |\ \ \ | |||||
| | * | | | | Remove unneeded NoDma struct | Mathias | 2022-08-18 | 1 | -4/+0 |
