no-std pic32mx2xx

Peripheral access API for PIC32MX1/2xx microcontrollers

11 releases (6 breaking)

0.7.0 Jun 9, 2023
0.6.0 Dec 31, 2022
0.5.0 Aug 2, 2022
0.4.2 Jan 16, 2022
0.1.2 Aug 9, 2021
Download history 4901/week @ 2024-01-01 4685/week @ 2024-01-08 4801/week @ 2024-01-15 5234/week @ 2024-01-22 4716/week @ 2024-01-29 4164/week @ 2024-02-05 4174/week @ 2024-02-12 3716/week @ 2024-02-19 3575/week @ 2024-02-26 3307/week @ 2024-03-04 3014/week @ 2024-03-11 2512/week @ 2024-03-18 2351/week @ 2024-03-25 2143/week @ 2024-04-01 2026/week @ 2024-04-08 2126/week @ 2024-04-15

8,973 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

42MB
1.5M SLoC

Peripheral Access Crate for PIC32MX1/2xx

Crates.io docs.rs

This crate contains peripheral access APIs for PIC32MX1xx/2xx devices including some eXtreme Low Power (XLP) 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.pic32mx2xx]
version = "0.7.0"
features = ["pic32mx2xxfxxxb", "rt"]

Supported Devices

Module/Feature Devices
pic32mx1xxfxxxb 28-pin PIC32MX1xx
pic32mx1xxfxxxc 36-pin PIC32MX1xx
pic32mx1xxfxxxd 44-pin PIC32MX1xx
pic32mx2xxfxxxb 28-pin PIC32MX2xx
pic32mx2xxfxxxc 36-pin PIC32MX2xx
pic32mx2xxfxxxd 44-pin PIC32MX2xx
pic32mx1x4fxxxb 28-pin PIC32MX1xx XLP
pic32mx1x4fxxxd 44-pin PIC32MX1xx XLP
pic32mx2x4fxxxb 28-pin PIC32MX2xx XLP
pic32mx2x4fxxxd 44-pin PIC32MX2xx XLP

Dependencies