zephyr/drivers/dma
Erwan Gouriou d84795b0c1 drivers/dma: stm32: Use CMSIS IRQ defines instead of zephyr
stm32cube SDK provides defines for IRQ line numbers.
It was not possible to use them, since enum where not supported
by IRQ_CONNECT macro.
Use them in order to get rid of zephyr manually coded IRQ lines.
They will later be replaced by device tree definitions when
made available

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-06-13 11:43:56 +02:00
..
CMakeLists.txt
dma_cavs.c drivers: dma_cavs: Add support for circular list 2018-06-11 17:34:04 -04:00
dma_cavs.h drivers: dma_cavs: separate callbacks per channel 2018-05-30 20:33:06 -04:00
dma_handlers.c
dma_nios2_msgdma.c
dma_qmsi.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32f4x.c drivers/dma: stm32: Use CMSIS IRQ defines instead of zephyr 2018-06-13 11:43:56 +02:00
Kconfig
Kconfig.cavs
Kconfig.nios2_msgdma
Kconfig.qmsi
Kconfig.sam_xdmac
Kconfig.stm32f4x