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 rustfmtPlease use my branch until embassy-rs/chiptool#82 is merged:
cargo install --git https://github.com/decaday/chiptool --branch dev --lockedIf you have an older version of chiptool installed, you may need to update it (2025.2.18 and later).
cargo install --git https://github.com/embassy-rs/chiptool --locked
Then run the following in Bash or PowerShell:
./update
This crate is inspired by the project structure of rp-pac.
This project is under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).