You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rust/va416xx/pipeline/head This commit looks good
Details
|
1 year ago | |
---|---|---|
.github | 1 year ago | |
automation | 1 year ago | |
src | 1 year ago | |
svd | 1 year ago | |
.gitignore | 1 year ago | |
CHANGELOG.md | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE-APACHE | 1 year ago | |
NOTICE | 1 year ago | |
README.md | 1 year ago | |
build.rs | 1 year ago | |
device.x | 1 year ago | |
gen-helper.sh | 1 year ago |
README.md
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.