Crates.io | mpfs-pac |
lib.rs | mpfs-pac |
version | |
source | src |
created_at | 2024-12-08 20:58:18.798714 |
updated_at | 2024-12-08 22:02:48.146022 |
description | Peripheral Access Crate for PolarFire SoC |
homepage | |
repository | https://github.com/AlexCharlton/mpfs-hal |
max_upload_size | |
id | 1476672 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | 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 |
This is a Peripheral Access Crate (PAC) for the Microchip PolarFire SoC. It is build on the Mirochip-provided platform and bindgen.
Currently only the BeagleV-Fire board is supported, but adding new boards is a matter of adding the board-specific files to the mpfs-platform/boards
directory and enabling it through a feature flag in build.rs
.
There's lots of functionality in platform that isn't yet exposed, either because they are static functions, or defines that aren't recognized by bindgen.
The docs for this crate are a broken, presumably due to some bindgen issue.