Object oriented drivers for Xilinx IPs (DMA...) for ZYNQ PSoC
C++
Object oriented drivers for ZYNQ
DMA
My_DMA class gives methods to easily initialize and use the AXI DMA in simple polling mode and in interrupt mode. Can also attach custom callback functions in the interrupt mode.
My_Test_Data gives a class to quickly test transfers.