2 releases

0.1.1 Dec 10, 2021
0.1.0 Dec 10, 2021

#1716 in Embedded development

31 downloads per month

Apache-2.0

3MB
97K SLoC

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.

Dependencies

~0.6–0.8MB
~10K SLoC