aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* run `cargo fmt`Timo Kröger2022-09-031-4/+3
* lora: Fix for stm32l0 exampe to buildTimo Kröger2022-08-261-1/+1
* lora: Fix unused import warningTimo Kröger2022-08-261-1/+1
* Use released rust-lorawan with radio fixesUlf Lilleengen2022-08-263-3/+3
* Use LP as defaultUlf Lilleengen2022-08-261-2/+2
* Adjust timings after offset calculation fixUlf Lilleengen2022-08-261-2/+2
* Make settings configurableUlf Lilleengen2022-08-261-3/+7
* Add impl for offset radio interfaceUlf Lilleengen2022-08-261-2/+24
* Use `pub(crate)` visibility for internal SPITimo Kröger2022-08-261-1/+2
* lora: Improve TX/RX parametersTimo Kröger2022-08-261-42/+40
* stm32wl: Fix RCCTimo Kröger2022-08-261-57/+59
* lora: Make some options configurableTimo Kröger2022-08-262-39/+40
* lora: Use a trait for RF frontend switchingTimo Kröger2022-08-262-36/+34
* lora: Propagate "defmt" feature to lora cratesTimo Kröger2022-08-261-0/+1
* lora: Improve IRQ handlingTimo Kröger2022-08-262-75/+52
* stm32wl: Do not require external SPI pins for SUBGHZTimo Kröger2022-08-264-7/+16
* 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
|\ \ \