va416xx-rs/va416xx
2024-06-11 14:07:44 +02:00
..
.github add va416xx regularly 2024-06-11 13:46:49 +02:00
automation add va416xx regularly 2024-06-11 13:46:49 +02:00
src add va416xx regularly 2024-06-11 13:46:49 +02:00
svd auto-format SVD file 2024-06-11 14:07:44 +02:00
.gitignore add va416xx regularly 2024-06-11 13:46:49 +02:00
build.rs add va416xx regularly 2024-06-11 13:46:49 +02:00
Cargo.toml add va416xx regularly 2024-06-11 13:46:49 +02:00
CHANGELOG.md add va416xx regularly 2024-06-11 13:46:49 +02:00
device.x add va416xx regularly 2024-06-11 13:46:49 +02:00
gen-helper.sh gen-helper script: bail on failure 2024-06-11 14:06:14 +02:00
LICENSE-APACHE add va416xx regularly 2024-06-11 13:46:49 +02:00
NOTICE add va416xx regularly 2024-06-11 13:46:49 +02:00
README.md add va416xx regularly 2024-06-11 13:46:49 +02:00

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.