Peripheral access crate (PAC) for the Vorago VA108xx family of MCUs
Go to file
Robin Müller 1922dfbd29
added bors integration
2021-11-01 23:54:24 +01:00
.github added bors integration 2021-11-01 23:54:24 +01:00
src First building PAC version 2021-11-01 23:31:51 +01:00
CHANGELOG.md added changelog 2021-11-01 23:47:17 +01:00
Cargo.toml First building PAC version 2021-11-01 23:31:51 +01:00
LICENSE Initial commit 2021-10-29 09:49:30 +02:00
README.md added basic CI file 2021-11-01 23:41:06 +01:00
build.rs First building PAC version 2021-11-01 23:31:51 +01:00
device.x added files generated from working (but faulty) SVD file 2021-10-29 09:49:48 +02:00
va108xx.svd First set of fixes for SVD files 2021-10-28 22:53:18 +02:00

README.md

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)[https://github.com/rust-embedded/svd2rust].