Skip to content

decaday/sifli-pac

 
 

Repository files navigation

SiFli PAC

Crates.io Crates.io docs.rs Support status

Rust Peripheral Access Crate (PAC) for SiFli MCUs.

Generation

To generate the PAC, you need to install chiptool, form and rustfmt:

cargo install form
rustup component add rustfmt

If 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 --locked

Then run the generation script:

Linux / macOS (in Bash)

chmod +x update.sh
./update.sh

Windows (in PowerShell)

./update.ps1

Acknowledgments

This crate is inspired by the project structure of rp-pac.

License

This project is under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 99.6%
  • Other 0.4%