docs.rs failed to build sifli-pac-0.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sifli-pac-0.2.0

sifli-pac

Rust Peripheral Access Crate (PAC) for SiFli MCUs.

Usage

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

cargo install --git https://github.com/embassy-rs/chiptool --locked

cargo install form

rustup component add rustfmt

If you have an older version of chiptool installed, you may need to update it.

Then run the following in Bash or PowerShell:

./update

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

License

This project is licensed under either of

at your option.