xilinx-dma

Crates.ioxilinx-dma
lib.rsxilinx-dma
version0.0.10
sourcesrc
created_at2021-08-27 12:01:20.4586
updated_at2023-12-04 11:10:44.152284
descriptionUserspace Xilinx AXI DMA Interface
homepagehttps://www.futuresdr.org
repositoryhttps://github.com/futuresdr/xilinx-dma/
max_upload_size
id443059
size70,665
Bastian Bloessl (bastibl)

documentation

README

Xilinx AXI DMA Userspace Driver

This crates uses udmabuf and a generic userspace I/O driver (uio_pdrv_genirq) to interface Xilinx AXI DMA controllers. Please see this blog post and the example directory for further information.

Crates.io Apache 2.0 licensed

Overview

The project is very much work-in-progress. At the moment, it only supports register mode transfers (i.e., no scatter gather). The crate supports sync and async operation.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the project, shall be licensed as Apache 2.0, without any additional terms or conditions.

Commit count: 39

cargo fmt