aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #290 from bobmcwhirter/async-usartBob McWhirter2021-07-145-14/+55
|\
| * Fix more warnings and examples.Bob McWhirter2021-07-142-4/+4
| * Fix the h7 example.Bob McWhirter2021-07-141-1/+2
| * Remove gratuitous NoDmaMarker.Bob McWhirter2021-07-142-9/+2
| * Remove pub and cfg's, since they will be implied by the existance of TxDma<T>...Bob McWhirter2021-07-141-2/+1
| * First shot at async dma usart for stm32.Bob McWhirter2021-07-143-10/+58
|/
* Merge pull request #289 from bobmcwhirter/data-fixThales2021-07-141-0/+0
|\
| * Update data.Bob McWhirter2021-07-141-0/+0
|/
* Merge pull request #282 from bobmcwhirter/dmamux_thalesBob McWhirter2021-07-1316-98/+846
|\
| * More conversions to associated consts.Bob McWhirter2021-07-131-24/+24
| * Reduce number of traits and impls.Bob McWhirter2021-07-131-36/+10
| * Simplify some of the bdma macros.Bob McWhirter2021-07-131-38/+29
| * Remove some unused traits.Bob McWhirter2021-07-133-60/+57
| * Update for stm32-data.Bob McWhirter2021-07-131-0/+0
| * Let's count channels per DMA peripheral, shall we now?Bob McWhirter2021-07-132-3/+24
| * Macros do indeed require a ! to invoke.Bob McWhirter2021-07-131-6/+6
| * Simplify some macros around dmamux peripheral channels.Bob McWhirter2021-07-131-32/+19
| * Trivial to force CI to do it's thing.Bob McWhirter2021-07-131-0/+1
| * Adjust to DMA1EN in the rcc for l0.Bob McWhirter2021-07-133-3/+3
| * Undo special-casing FOO1 -> FOO in RCC searching.Bob McWhirter2021-07-132-5/+0
| * Adapt for DMAEN for DMA1 if DMA1EN is not found (for all peripherals FOO1) fo...Bob McWhirter2021-07-131-2/+7
| * Remove deadcode from dmamux.Bob McWhirter2021-07-134-521/+436
| * Generalize RCC enabling for BDMA peris.Bob McWhirter2021-07-131-5/+4
| * Remove warnings.Bob McWhirter2021-07-131-16/+0
| * Update stm32-data.Bob McWhirter2021-07-131-0/+0
| * Twizzle our DMA vs BDMA channels.Bob McWhirter2021-07-133-18/+38
| * Allow some unused lints given that H7 is still in flight with its multitude o...Bob McWhirter2021-07-133-4/+48
| * Try to improve H7 clockstuff.Bob McWhirter2021-07-133-0/+4
| * Try to figure out h7cm's problem.Bob McWhirter2021-07-131-0/+9
| * Fix warning for unused import.Bob McWhirter2021-07-131-1/+0
| * Add a no-op bdma for bdma v2 for CI.Bob McWhirter2021-07-131-1/+1
| * Add a missing 'use' for dma_v2.Bob McWhirter2021-07-131-0/+1
| * Move to copying regs instead of &'static referencing.Bob McWhirter2021-07-132-25/+9
| * Mix dmamux into bdma_v1.Bob McWhirter2021-07-1311-255/+244
| * Checkpoint my DMA for thales.Bob McWhirter2021-07-132-4/+203
| * Another checkpoint.Bob McWhirter2021-07-131-2/+4
| * Another checkpoint.Bob McWhirter2021-07-131-3/+54
| * Checkpoint DMAMUX channel setup.Bob McWhirter2021-07-134-5/+190
| * F0: usart + DMA workingThales Fragoso2021-07-133-15/+36
| * STM: Add usart v2Thales Fragoso2021-07-132-13/+143
| * STM: Start working on bdma-v1Thales Fragoso2021-07-134-54/+295
|/
* Merge pull request #288 from embassy-rs/rafixDario Nieuwenhuis2021-07-1310-30/+35
|\
| * Update vscode settings for latest rust-analyzerDario Nieuwenhuis2021-07-131-2/+1
| * Fix "can't find crate for std" for stm32-metapac-gen deps.Dario Nieuwenhuis2021-07-139-28/+34
|/
* Merge pull request #285 from embassy-rs/rp-spi-clockDario Nieuwenhuis2021-07-137-38/+248
|\
| * rp/spi: add set_frequencyDario Nieuwenhuis2021-07-121-34/+41
| * rp/timer: addDario Nieuwenhuis2021-07-126-4/+207
* | Merge pull request #286 from embassy-rs/time-featureDario Nieuwenhuis2021-07-1312-126/+124
|\|
| * embassy/time: remove useless implDario Nieuwenhuis2021-07-121-12/+0
| * Merge BlockingTimer and DelayDario Nieuwenhuis2021-07-121-16/+13