zephyr/drivers/dma
Lee Jones 845ebe81f4 dma: stm32f4x: By default increment pointer through data passed through memory
Without this bit set, if we a pass ptr to a string such as:

  "This is a string\n"

The DMA'ed output would be:

  "TTTTTTTTTTTTTTTTTT"

Change-Id: I0186c95ddca0390596d22af2551dbfa6716a5082
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2017-03-31 08:47:03 +01:00
..
dma_qmsi.c drivers: dma_qmsi: Wait few cycles to allow DMA controller changes 2017-03-10 22:40:06 +00:00
dma_stm32f4x.c dma: stm32f4x: By default increment pointer through data passed through memory 2017-03-31 08:47:03 +01:00
Kconfig dma: Kconfig: Provide a means to specify sub-channels 2017-03-31 08:47:03 +01:00
Makefile dma: Introduce STM32F4x DMA driver 2017-02-16 11:17:28 +00:00