sifli-pac

Crates.iosifli-pac
lib.rssifli-pac
version0.2.0
created_at2025-01-23 06:05:31.943743+00
updated_at2025-09-15 07:30:44.25261+00
descriptionPeripheral Access Crate (PAC) for SiFli MCUs
homepagehttps://github.com/OpenSiFli/sifli-pac
repositoryhttps://github.com/OpenSiFli/sifli-pac
max_upload_size
id1527509
size16,978,630
HaoboGu (HaoboGu)

documentation

https://docs.rs/sifli-pac

README

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
cargo install --git https://github.com/embassy-rs/chiptool --branch dev --locked

If you have an older version of chiptool installed, you may need to update it (2025.2.18 and later).

Then run the following in Bash or PowerShell:

./update

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).

Commit count: 23

cargo fmt