Rust Peripheral Access Crate (PAC) for SiFli MCUs.
To generate the PAC, you need to install chiptool, form and rustfmt:
cargo install form
rustup component add rustfmt
Before #61 is merged, you need to install a forked version of chiptool:
cargo install --git https://github.com/decaday/chiptool --branch dev --locked
Then run the following in Bash or PowerShell:
./update
This crate is inspired by the project structure of rp-pac.
This project is 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.