This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
Robin Mueller 8c28367a33 Important fix: Use bitmask everywhere now
This PAC was generated using a patched version of svd2rust with
commit hash 43be074d21132c3a76780816010df592a3603874

It includes bugfix https://github.com/rust-embedded/svd2rust/pull/549
2021-11-09 18:15:08 +01:00
2021-11-08 23:52:41 +01:00
2021-11-04 22:39:53 +01:00
2021-11-04 22:37:48 +01:00
2021-11-01 23:31:51 +01:00
2021-11-09 11:29:28 +01:00
2021-11-06 01:37:29 +01:00

Crates.io build docs.rs

PAC for the Vorago VA108xx microcontroller family

This repository contains the Peripheral Access Crate (PAC) for Voragos VA108xx series of Cortex-M0 based microcontrollers.

The crate was generated using svd2rust.

Usage

To use this crate, add this to your Cargo.toml

[dependencies.va108xx]
version = "0.1.0"
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

The base file used by svd2rust is generated using the svdtools package and a YAML patch file. You can create the patched file by running this command after installing the Python svdtools package:

cd svd
svd patch va108xx-patch.yml

After that, you can regenerate the PAC by running the gen-helper.sh helper script.

v0.2.4 Latest
2021-12-06 12:25:51 +01:00
Languages
Rust 99.9%