zephyr/drivers/dma
Erwin Rol 742256f8ed drivers: dma: stm32: only set mem pool size when using DMAMUX
The general DMA driver doesn't use kmalloc anymore so it doesn't
need a memory pool. The DMAMUX_SMT32 driver still uses kmalloc,
so move the HEAP_MEM_POOL_SIZE config under DMAMUX_STM32.

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2020-09-03 21:50:58 +02:00
..
CMakeLists.txt
dma_dw.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
dma_dw.h
dma_handlers.c
dma_mcux_edma.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
dma_mcux_edma.h
dma_mcux_lpc.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
dma_nios2_msgdma.c
dma_pl330.c
dma_pl330.h
dma_sam_xdmac.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
dma_sam_xdmac.h
dma_sam0.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
dma_stm32_v1.c drivers: dma: stm32: remove global function tables 2020-09-03 21:50:58 +02:00
dma_stm32_v2.c drivers: dma: stm32: remove global function tables 2020-09-03 21:50:58 +02:00
dma_stm32.c drivers: dma: stm32: check result of stream disabling 2020-09-03 21:50:58 +02:00
dma_stm32.h drivers: dma: stm32: remove global function tables 2020-09-03 21:50:58 +02:00
dmamux_stm32.c
dmamux_stm32.h
Kconfig
Kconfig.dma_pl330
Kconfig.dw
Kconfig.mcux_edma
Kconfig.mcux_lpc
Kconfig.nios2_msgdma
Kconfig.sam_xdmac
Kconfig.sam0
Kconfig.stm32 drivers: dma: stm32: only set mem pool size when using DMAMUX 2020-09-03 21:50:58 +02:00