zephyr/tests/drivers/dma
Jay Vasanth c504e1e5cd drivers: dma: Add Microchip XEC DMA driver
The Microchip XEC family of microcontrollers includes a
simple DMA block implementing multiple channels. DMA supports
memory to memory, memory to peripheral, and peripheral to
memory transfers. Peripheral support is limited by each
chip to I2C and SPI controllers. DMA hardware does not support
scatter-gather or linked transactions.

Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
2023-02-19 20:38:21 -05:00
..
chan_blen_transfer drivers: dma: Add Microchip XEC DMA driver 2023-02-19 20:38:21 -05:00
chan_link_transfer tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
loop_transfer drivers: dma: Add Microchip XEC DMA driver 2023-02-19 20:38:21 -05:00
scatter_gather tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00