aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reorder argsHenrik Alsér2022-09-012-3/+3
* transfer_in_placeHenrik Alsér2022-09-012-8/+9
* Fix exampleHenrik Alsér2022-09-011-2/+3
* impl embedded-hal-asyncHenrik Alsér2022-09-012-4/+56
* exampleHenrik Alsér2022-09-013-7/+112
* dmaHenrik Alsér2022-09-011-16/+75
* Merge #936bors[bot]2022-08-311-60/+150
|\
| * Avoid double-borrowZoey Riordan2022-08-301-6/+9
| * Deduplicate IO methodsZoey Riordan2022-08-301-169/+101
| * Add split() method to BufferedUarte in embassy-nrfZoey Riordan2022-08-301-12/+167
* | Merge #938bors[bot]2022-08-3110-344/+346
|\ \
| * | Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-3110-344/+346
* | | Merge #928bors[bot]2022-08-311-0/+29
|\ \ \ | |/ / |/| |
| * | Avoid context switch and wait for stophuntc2022-08-311-47/+2
| * | Permits the future to be cancelledhuntc2022-08-301-2/+31
| * | Additional docohuntc2022-08-301-0/+2
| * | Ensure that the sampling is stoppedhuntc2022-08-261-0/+43
* | | Merge pull request #937 from embassy-rs/net-stableDario Nieuwenhuis2022-08-3116-66/+99
|\ \ \
| * | | net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-3016-66/+99
|/ / /
* | | futures: cargo.toml metadataDario Nieuwenhuis2022-08-301-0/+10
* | | Merge pull request #927 from embassy-rs/rp-usbDario Nieuwenhuis2022-08-307-5/+1263
|\ \ \ | |_|/ |/| |
| * | rp: add usb device support.Dario Nieuwenhuis2022-08-256-1/+1259
| * | rp: update PACDario Nieuwenhuis2022-08-242-4/+4
* | | Merge pull request #929 from embassy-rs/futures-fixesDario Nieuwenhuis2022-08-299-21/+465
|\ \ \
| * | | futures: readme, docs improvements.Dario Nieuwenhuis2022-08-294-9/+49
| * | | futures: add join_array.Dario Nieuwenhuis2022-08-291-0/+68
| * | | futures: move select* and join* to separate modules.Dario Nieuwenhuis2022-08-295-10/+13
| * | | 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 #931bors[bot]2022-08-291-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing std feature for embassy-syncUlf Lilleengen2022-08-291-0/+1
|/ / /
* | | 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