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 rustfmtIf you have an older version of chiptool installed, you may need to update it (2026.1.29 and later).
cargo install --git https://github.com/embassy-rs/chiptool --lockedThen run the generation script:
chmod +x update.sh
./update.sh./update.ps1
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).