aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* futures: add joinsDario Nieuwenhuis2022-08-282-0/+254
* futures: add block_onDario Nieuwenhuis2022-08-282-0/+33
* futures: make `select_(slice|array)` hang intead of panicking if empty.Dario Nieuwenhuis2022-08-281-8/+2
* futures: add select_slice, rename select_all to select_array.Dario Nieuwenhuis2022-08-282-8/+57
* futures: derive defmt for EithersDario Nieuwenhuis2022-08-281-0/+3
* Merge #913bors[bot]2022-08-267-105/+532
|\
| * Add HIL tests of DMA & UART, and correctly set DREQ for uart DMAMathias2022-08-265-23/+184
| * Only check for ahb error in DMAMathias2022-08-231-7/+1
| * Change to using embassy-syncMathias2022-08-231-2/+2
| * Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...Mathias2022-08-23163-453/+921
| |\
| * | Abort DMA operation when dropping a Transfer, and panic on DMA errorsMathias2022-08-231-2/+14
| * | Address code review commentsMathias2022-08-233-38/+47
| * | Fix bit checking in DMA irqMathias2022-08-191-1/+1
| * | Add back public dma::copy, and correct dma incr settings for read/writeMathias2022-08-191-17/+26
| * | Add DMA_IRQ0 handling to TransferMathias2022-08-191-1/+29
| * | Fix uart rp2040 blocking exampleMathias2022-08-191-1/+1
| * | Simplify waker storage for DMA stateMathias2022-08-181-39/+6
| * | Don't increment read address in DMA copy from peripheralsMathias2022-08-182-10/+16
| * | Add DMA read + write functionsMathias2022-08-182-10/+42
| * | Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...Mathias2022-08-18281-1155/+1373
| |\ \
| * | | Remove unneeded NoDma structMathias2022-08-181-4/+0
| * | | Attempt to implement future for DMA transferMathias2022-08-181-7/+42
| * | | Stop active DMA transfer on dropMathias2022-08-181-9/+7
| * | | Preliminary DMA support for RP2040Mathias2022-08-182-77/+257
* | | | Merge #924bors[bot]2022-08-253-8/+26
|\ \ \ \
| * | | | Ensure interrupt::take works without embassy-executorUlf Lilleengen2022-08-253-8/+26
|/ / / /
* | | | Merge #926bors[bot]2022-08-241-8/+29
|\ \ \ \
| * | | | nrf/ppi: fix unsoundness due to task/event ptrs being public.Dario Nieuwenhuis2022-08-241-7/+25
| * | | | nrf/ppi: feature-gate dppi stuff.Dario Nieuwenhuis2022-08-241-1/+4
|/ / / /
* | | | Merge #925bors[bot]2022-08-234-5/+5
|\ \ \ \
| * | | | Enable 'std' feature on critical-section for WASMUlf Lilleengen2022-08-234-5/+5
|/ / / /
* | | | Merge pull request #923 from lulf/doc-warnings2Dario Nieuwenhuis2022-08-237-46/+69
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add README for embassy-futuresUlf Lilleengen2022-08-232-1/+10
| * | | Add readme for embassy-timeUlf Lilleengen2022-08-232-42/+44
| * | | Remove cargo doc from CIUlf Lilleengen2022-08-231-3/+0
| * | | Add README for embassy-syncUlf Lilleengen2022-08-232-1/+13
| * | | Add doc build to CI for warning-free modulesUlf Lilleengen2022-08-231-0/+3
| * | | Fix warnings after crate splitUlf Lilleengen2022-08-231-2/+2
|/ / /
* | | Merge #922bors[bot]2022-08-22118-147/+393
|\ \ \
| * | | sync: flatten module structure.Dario Nieuwenhuis2022-08-2219-21/+18
| * | | split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-22118-142/+391
|/ / /
* | | Merge #918bors[bot]2022-08-2210-9/+63
|\ \ \
| * | | nRF documentation warning fixesUlf Lilleengen2022-08-228-6/+60
| * | | Remove warnings for embassy-timeUlf Lilleengen2022-08-221-1/+1
| * | | Remove warningsUlf Lilleengen2022-08-221-2/+2
* | | | Merge #921bors[bot]2022-08-222-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | rp: fix nvic prio bits (it's 2, not 3)Dario Nieuwenhuis2022-08-222-2/+2
* | | | Merge #920bors[bot]2022-08-2245-220/+139
|\ \ \ \ | |/ / / |/| | |
| * | | Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-2245-220/+139
|/ / /
* | | Merge #897bors[bot]2022-08-219-1/+227
|\ \ \