Crates.io | pic32-hal |
lib.rs | pic32-hal |
version | |
source | src |
created_at | 2021-10-10 18:53:26.518738 |
updated_at | 2024-10-23 14:18:11.41916 |
description | Hardware Abstraction Layer (HAL) for PIC32 microcontrollers |
homepage | |
repository | https://github.com/kiffie/pic32-rs/tree/master/pic32-hal |
max_upload_size | |
id | 463231 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A hardware abstraction layer for some PIC32 microcontrollers.
This crate provides a thin low-level API on top of the register access API implemented by the PAC crate. The following HAL functionality is available
Some of the modules implement the embedded-hal API so that device drivers (e. g. for displays) using this API can access PIC32 peripherals.
Everything here is work in progress. Examples can be found in the git repository.