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 drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. 2018-05-15 17:48:18 +03:00
Kconfig drivers: dma: Add dma driver for Nios-II MSGDMA core 2018-05-03 10:38:09 -04:00
Kconfig.cavs drivers: dma: introduce Intel CAVS DMA 2018-05-01 16:46:41 -04:00
Kconfig.nios2_msgdma drivers: dma: Add dma driver for Nios-II MSGDMA core 2018-05-03 10:38:09 -04:00
Kconfig.qmsi kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.sam_xdmac drivers: Add Atmel SAM DMA (XDMAC) driver 2017-11-30 10:30:33 -05:00
Kconfig.stm32f4x kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
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 syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
dma_nios2_msgdma.c drivers: dma: Add dma driver for Nios-II MSGDMA core 2018-05-03 10:38:09 -04:00
dma_qmsi.c drivers: dma: remove deprecated API functions 2017-09-22 07:50:20 -04:00
dma_sam_xdmac.c drivers: Add Atmel SAM DMA (XDMAC) driver 2017-11-30 10:30:33 -05:00
dma_sam_xdmac.h drivers: Add Atmel SAM DMA (XDMAC) driver 2017-11-30 10:30:33 -05:00
dma_stm32f4x.c drivers/dma: stm32: Use CMSIS IRQ defines instead of zephyr 2018-06-13 11:43:56 +02:00