| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 #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 |
| | * | | | Attempt to implement future for DMA transfer | Mathias | 2022-08-18 | 1 | -7/+42 |
| | * | | | Stop active DMA transfer on drop | Mathias | 2022-08-18 | 1 | -9/+7 |
| | * | | | Preliminary DMA support for RP2040 | Mathias | 2022-08-18 | 2 | -77/+257 |
| * | | | | Merge #924 | bors[bot] | 2022-08-25 | 3 | -8/+26 |
| |\ \ \ \ | |||||
| | * | | | | Ensure interrupt::take works without embassy-executor | Ulf Lilleengen | 2022-08-25 | 3 | -8/+26 |
| |/ / / / | |||||
| * | | | | Merge #926 | bors[bot] | 2022-08-24 | 1 | -8/+29 |
| |\ \ \ \ | |||||
| | * | | | | nrf/ppi: fix unsoundness due to task/event ptrs being public. | Dario Nieuwenhuis | 2022-08-24 | 1 | -7/+25 |
| | * | | | | nrf/ppi: feature-gate dppi stuff. | Dario Nieuwenhuis | 2022-08-24 | 1 | -1/+4 |
| |/ / / / | |||||
| * | | | | Merge #925 | bors[bot] | 2022-08-23 | 4 | -5/+5 |
| |\ \ \ \ | |||||
| | * | | | | Enable 'std' feature on critical-section for WASM | Ulf Lilleengen | 2022-08-23 | 4 | -5/+5 |
| |/ / / / | |||||
| * | | | | Merge pull request #923 from lulf/doc-warnings2 | Dario Nieuwenhuis | 2022-08-23 | 7 | -46/+69 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Add README for embassy-futures | Ulf Lilleengen | 2022-08-23 | 2 | -1/+10 |
| | * | | | Add readme for embassy-time | Ulf Lilleengen | 2022-08-23 | 2 | -42/+44 |
| | * | | | Remove cargo doc from CI | Ulf Lilleengen | 2022-08-23 | 1 | -3/+0 |
| | * | | | Add README for embassy-sync | Ulf Lilleengen | 2022-08-23 | 2 | -1/+13 |
| | * | | | Add doc build to CI for warning-free modules | Ulf Lilleengen | 2022-08-23 | 1 | -0/+3 |
| | * | | | Fix warnings after crate split | Ulf Lilleengen | 2022-08-23 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge #922 | bors[bot] | 2022-08-22 | 118 | -147/+393 |
| |\ \ \ | |||||
| | * | | | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 19 | -21/+18 |
| | * | | | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 118 | -142/+391 |
| |/ / / | |||||
| * | | | Merge #918 | bors[bot] | 2022-08-22 | 10 | -9/+63 |
| |\ \ \ | |||||
| | * | | | nRF documentation warning fixes | Ulf Lilleengen | 2022-08-22 | 8 | -6/+60 |
| | * | | | Remove warnings for embassy-time | Ulf Lilleengen | 2022-08-22 | 1 | -1/+1 |
| | * | | | Remove warnings | Ulf Lilleengen | 2022-08-22 | 1 | -2/+2 |
| * | | | | Merge #921 | bors[bot] | 2022-08-22 | 2 | -2/+2 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | rp: fix nvic prio bits (it's 2, not 3) | Dario Nieuwenhuis | 2022-08-22 | 2 | -2/+2 |
| * | | | | Merge #920 | bors[bot] | 2022-08-22 | 45 | -220/+139 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 45 | -220/+139 |
| |/ / / | |||||
| * | | | Merge #897 | bors[bot] | 2022-08-21 | 9 | -1/+227 |
| |\ \ \ | |||||
