This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
2021-12-10 10:23:16 +01:00
2021-12-10 10:23:16 +01:00
2021-11-21 20:06:32 +01:00
2021-11-21 20:03:24 +01:00
2021-11-21 19:31:40 +01:00
2021-11-21 20:06:32 +01:00
2021-12-09 10:42:50 +01:00
2021-11-21 20:06:32 +01:00
2021-12-09 10:41:43 +01:00
2021-12-10 10:27:17 +01: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.va108xx]
version = "0.1"
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.

v0.1.1 Latest
2021-12-10 18:13:23 +01:00
Languages
Rust 100%