maia-pac

Crates.iomaia-pac
lib.rsmaia-pac
version0.5.0
sourcesrc
created_at2023-02-10 14:13:18.335149
updated_at2024-09-07 16:11:55.74341
descriptionMaia SDR peripheral access crate
homepagehttps://maia-sdr.org/
repositoryhttps://github.com/maia-sdr/maia-sdr/
max_upload_size
id781888
size90,628
Daniel Estévez (daniestevez)

documentation

README

maia-pac

Crates.io

This Rust crate is the Peripheral Access Crate for the Maia SDR FPGA IP core.

Code generation

The crate is built using svd2rust.

To generate the Rust code, run

svd2rust --target none -i svd/maia-sdr.svd -o src/ && cargo fmt

API documentation

The API documentation is hosted in docs.rs.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 146

cargo fmt