Peripheral access crate (PAC) for the Vorago VA416xx family of MCUs
Go to file
Robin Müller 2cdc2a8128
Rust/va416xx/pipeline/head This commit looks good Details
reenabled clippy in CI/CD
- Bumped version to v0.1.1
2021-12-10 18:08:51 +01:00
.github reenabled clippy in CI/CD 2021-12-10 18:08:51 +01:00
automation reenabled clippy in CI/CD 2021-12-10 18:08:51 +01:00
src Regenerate PAC with patched svd2rust version 2021-12-10 17:58:54 +01:00
svd base changes on SVD file for svd2rust 2021-11-21 20:03:24 +01:00
.gitignore init commit 2021-11-21 19:31:40 +01:00
CHANGELOG.md reenabled clippy in CI/CD 2021-12-10 18:08:51 +01:00
Cargo.toml reenabled clippy in CI/CD 2021-12-10 18:08:51 +01:00
LICENSE-APACHE Added License and update Cargo.toml 2021-12-09 10:41:43 +01:00
NOTICE Added License and update Cargo.toml 2021-12-09 10:41:43 +01:00
README.md README fix 2021-12-10 13:19:47 +01:00
build.rs first building version of the PAC 2021-11-21 20:06:32 +01:00
device.x first building version of the PAC 2021-11-21 20:06:32 +01:00
gen-helper.sh first building version of the PAC 2021-11-21 20:06:32 +01:00

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.