zephyr/drivers/dma
Hake Huang 10fc7a38cc dma: add EDMA MCUX support for RT and k6s
tested on mimxrt1060_evt
  MEMORY_NOCACHE is needed
test on frdmk64f
  special test slot need configure with
  CONFIG_DMA_TEST_SLOT_START

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2020-06-12 13:03:28 -05:00
..
CMakeLists.txt dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
dma_dw.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
dma_dw.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_mcux_edma.c dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
dma_mcux_edma.h dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
dma_nios2_msgdma.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
dma_sam_xdmac.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
dma_sam_xdmac.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_sam0.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_stm32_v1.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_stm32_v2.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dmamux_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dmamux_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
Kconfig.dw drivers/dma: Rename CAVS driver to DesignWare 2020-01-28 18:18:18 -05:00
Kconfig.mcux_edma dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
Kconfig.nios2_msgdma kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_xdmac kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 drivers: dma: Enable dma and dmamux on stm32 2020-05-05 11:51:25 -05:00