Peripheral access crate (PAC) for the Vorago VA416xx family of MCUs
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.
Robin Müller 2cdc2a8128
Rust/va416xx/pipeline/head This commit looks good Details
reenabled clippy in CI/CD
1 year ago
.github reenabled clippy in CI/CD 1 year ago
automation reenabled clippy in CI/CD 1 year ago
src Regenerate PAC with patched svd2rust version 1 year ago
svd base changes on SVD file for svd2rust 1 year ago
.gitignore init commit 1 year ago
CHANGELOG.md reenabled clippy in CI/CD 1 year ago
Cargo.toml reenabled clippy in CI/CD 1 year ago
LICENSE-APACHE Added License and update Cargo.toml 1 year ago
NOTICE Added License and update Cargo.toml 1 year ago
README.md README fix 1 year ago
build.rs first building version of the PAC 1 year ago
device.x first building version of the PAC 1 year ago
gen-helper.sh first building version of the PAC 1 year ago

README.md

Crates.io build docs.rs

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.