zephyr/drivers/dma
Andrew Boie ce6c8f347b dma: add system calls for dma_start/dma_stop
As per current policy of requiring supervisor mode to register
callbacks, dma_config() is omitted.

A note added about checking the channel ID for start/stop, current
implementations already do this but best make it explicitly
documented.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-02-12 19:24:25 -05:00
..
CMakeLists.txt dma: add system calls for dma_start/dma_stop 2018-02-12 19:24:25 -05:00
dma_handlers.c dma: add system calls for dma_start/dma_stop 2018-02-12 19:24:25 -05: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: remove deprecated API functions 2017-09-22 07:50:20 -04:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
Kconfig.qmsi drivers: dma: restructure dma drivers Kconfig 2017-08-09 16:04:46 -05:00
Kconfig.sam_xdmac drivers: Add Atmel SAM DMA (XDMAC) driver 2017-11-30 10:30:33 -05:00
Kconfig.stm32f4x drivers: dma: restructure dma drivers Kconfig 2017-08-09 16:04:46 -05:00