aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dma/dmamux.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32/dma: add support for same channel with different req in different DMAs/...Dario Nieuwenhuis2024-04-291-24/+0
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-5/+4
* stm32/dma: add AnyChannel, add support for BDMA on H7.Dario Nieuwenhuis2024-02-241-20/+14
* hal-internal: remove impl DerefMut for PeripheralRef.Dario Nieuwenhuis2024-02-201-1/+1
* stm32: add some docs.Dario Nieuwenhuis2023-12-181-0/+4
* stm32: avoid creating many tiny critical sections in init.Dario Nieuwenhuis2023-10-121-1/+1
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-1/+1
* stm32/dma: refactor.Dario Nieuwenhuis2023-04-181-9/+13
* Run rustfmt.Dario Nieuwenhuis2022-06-121-8/+3
* stm32: exclude spammy files from docs by prefixing with `_`.Dario Nieuwenhuis2022-03-041-1/+1
* stm32: move macrotables to embassy-stm32 build.rsDario Nieuwenhuis2022-02-261-2/+2
* stm32: fix build for h7abDario Nieuwenhuis2022-02-241-1/+1
* stm32: replace `peripheral_rcc!` macrotable with build.rsDario Nieuwenhuis2022-02-091-7/+1
* Update stm32-data: rcc regs info comes from yamls now.Dario Nieuwenhuis2021-11-291-10/+5
* Move the `use` inside the macro call, inside another set of braces in case it...Bob McWhirter2021-10-261-6/+7
* Only attempt to enable the dmamux peri clock if it has an enable bit.Bob McWhirter2021-10-261-1/+5
* Enable the DMAMUX clocks.Bob McWhirter2021-10-261-1/+9
* stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.Dario Nieuwenhuis2021-07-171-4/+18
* stm32/dma: update codegen+macrotables for new stm32-dataDario Nieuwenhuis2021-07-171-32/+3
* stm32/dma: fix h7 implsDario Nieuwenhuis2021-07-161-14/+19
* stm32/dma: impl all variantsDario Nieuwenhuis2021-07-161-0/+61