aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dma
Commit message (Expand)AuthorAgeFilesLines
...
* Enable DMA for SPIv1 on F4's etc.Bob McWhirter2021-07-231-2/+3
* Make SPIv3 work with DMA.Bob McWhirter2021-07-231-1/+5
* SPIv2 + DMA.Bob McWhirter2021-07-231-1/+5
* Add a non-minc write() to DMA which takes a count.Bob McWhirter2021-07-233-0/+66
* The `async move` portion of @thalesfragoso's i2c PR.Bob McWhirter2021-07-202-28/+34
* stm32: Clear possible set flags after disabling DMAThales Fragoso2021-07-172-0/+12
* stm32/dma: only set TRBUFF in DMAv1 (H7)Dario Nieuwenhuis2021-07-171-0/+1
* stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.Dario Nieuwenhuis2021-07-174-12/+29
* stm32/dma: update codegen+macrotables for new stm32-dataDario Nieuwenhuis2021-07-173-35/+6
* Get DMA on H7 working, add usart_dma example for H7.Bob McWhirter2021-07-162-44/+14
* stm32/dma: disable after finishingDario Nieuwenhuis2021-07-161-2/+0
* stm32/dma: fix h7 implsDario Nieuwenhuis2021-07-162-15/+60
* stm32/dma: impl all variantsDario Nieuwenhuis2021-07-166-340/+553
* Fix warning for unused import.Bob McWhirter2021-07-131-1/+0
* Add a missing 'use' for dma_v2.Bob McWhirter2021-07-131-0/+1
* Mix dmamux into bdma_v1.Bob McWhirter2021-07-132-23/+1
* Stub in the DMA bits that aren't yet there.Bob McWhirter2021-07-011-0/+2
* stm32: Adjust some fences around DMAThales Fragoso2021-06-301-9/+8
* Change atomics and add a fence.Bob McWhirter2021-06-301-4/+8
* Wire up DMA with USART v1.Bob McWhirter2021-06-292-11/+92
* Checkpoint with lifetime issues.Bob McWhirter2021-06-292-151/+173
* fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-071-1/+0
* Fix stm32 warningsRukai2021-06-061-0/+1
* Move most of DMA out of gen.py.Bob McWhirter2021-06-031-2/+27
* Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis2021-05-312-35/+36
* Create DMA fn to select peripheral based on channel numberUlf Lilleengen2021-05-211-6/+4
* Move regs trait implementation into generated pacUlf Lilleengen2021-05-211-8/+6
* Fix warnings for embassy-stm32 and embassy-stm32-examplesLucas Kent2021-05-202-1/+2
* stm32: fix build, add ciDario Nieuwenhuis2021-05-171-1/+1
* Standardize module structure, fix some build failuresDario Nieuwenhuis2021-05-173-3/+25
* WIP: dmaDario Nieuwenhuis2021-05-172-0/+211