no-std pic32mx567

Peripheral access API for PIC32MX5xx/6xx/7xx microcontrollers

1 unstable release

0.1.0 Mar 4, 2023

MIT/Apache

9MB
324K SLoC

Peripheral Access Crate for PIC32MX5xx/6xx/7xx

Crates.io docs.rs

This crate contains peripheral access APIs for PIC32MX5xx/6xx/7xx devices. The files in this repository were generated using the tools edc2svd and svd2rust.

Usage

This crates includes multiple modules for the individual variants of the MCU. Features are used to selected the device, e.g.

[dependencies.pic32mx567]
version = "0.1.0"
features = ["pic32mx695fxxxl", "rt"]

Supported Devices

Module/Feature Devices
pic32mx695fxxxl PIC32MX6xx with USB and Ethernet

lib.rs:

Peripheral access API for PIC32MX5xx/6xx/7xx microcontrollers (generated using svd2rust version svd2rust 0.20.0 (f7d01bd 2022-01-17))

You can find an overview of the API here: svd2rust/#peripheral-api

Dependencies