jacobfeder / axisfifo

Zynq SoC Linux kernel driver for Xilinx AXI-Stream FIFO IP
GNU General Public License v3.0
46 stars 26 forks source link

xilinx-linux and axis-fifo forked development #27

Open pfine91 opened 1 month ago

pfine91 commented 1 month ago

I am developing an application using the AXI4 FIFO and started by using the axis-fifo driver included in xilinx-linux. I have found that modifications made in this repository are not in the xilinx-linux, and likewise, patches made to the xilinix-linux driver are not in this repository.

Has anyone made the effort to merge these two development paths back together?

jacobfeder commented 1 month ago

No, unfortunately I haven't had the time to keep them synced. If you would like to do that I'd be happy to give you write permissions.

pfine91 commented 1 month ago

Thanks Jacob. I will let you know when I have a something to contribute.