zephyr/drivers/dma
Josh Hansen ae4f68c16d drivers: dma: stm32 Fix for STM32F1 SoCs
Not all STM32 parts have at least 5 DMA interrupt vectors for DMA2. In
particular, some STM32F1 XL-density devices only have 4 DMA2 interrupt
vectors, with Channels 4 and 5 sharing the same vector. Added
#if DT_INST_IRQ_HAS_IDX(1, 4) to prevent compiler errors on these SoCs.

Signed-off-by: Josh Hansen <jhansen3141@gmail.com>
2021-10-17 10:58:39 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.dma_pl330
Kconfig.dw
Kconfig.iproc_pax
Kconfig.mcux_edma
Kconfig.mcux_lpc
Kconfig.nios2_msgdma
Kconfig.sam0
Kconfig.sam_xdmac
Kconfig.stm32
dma_dw.c
dma_dw.h
dma_handlers.c
dma_iproc_pax.h
dma_iproc_pax_v1.c
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c
dma_iproc_pax_v2.h
dma_mcux_edma.c
dma_mcux_edma.h
dma_mcux_lpc.c drivers: dma: Zero-initialize memory allocated using kmalloc 2021-09-01 12:34:50 -04:00
dma_nios2_msgdma.c
dma_pl330.c
dma_pl330.h
dma_sam0.c drivers: dma: dma_sam0: change sam0 DMA to higher priority init. 2021-09-19 19:31:25 -04:00
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32.c drivers: dma: stm32 Fix for STM32F1 SoCs 2021-10-17 10:58:39 -04:00
dma_stm32.h
dma_stm32_v1.c
dma_stm32_v2.c
dmamux_stm32.c