5 releases (breaking)
0.5.0 | Sep 7, 2024 |
---|---|
0.4.0 | May 5, 2024 |
0.3.0 | Feb 23, 2024 |
0.2.0 | Sep 29, 2023 |
0.1.0 | Feb 10, 2023 |
#463 in Hardware support
53 downloads per month
Used in maia-httpd
69KB
1.5K
SLoC
maia-pac
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
Dependencies
~15KB