This repository has been archived on 2024-06-25 . You can view files and clone it, but cannot push or open issues or pull requests.
Robin Mueller
2cdc2a8128
reenabled clippy in CI/CD
All checks were successful
Rust/va416xx/pipeline/head This commit looks good
- Bumped version to v0.1.1
PAC for the Vorago VA416xx microcontroller family
This repository contains the Peripheral Access Crate (PAC) for Voragos VA416xx series of Cortex-M4 based microcontrollers.
The crate was generated using svd2rust
.
Usage
To use this crate, add this to your Cargo.toml
[dependencies.va416xx]
version = "<MostRecentVersion>"
features = ["rt"]
The rt
feature is optional and recommended. It brings in support for cortex-m-rt
.
For full details on the autgenerated API, please see the svd2rust documentation.
Regenerating the PAC
You can regenerate the PAC by running the gen-helper.sh
helper script.
Description
v0.1.1
Latest
Languages
Rust
100%