mpfs-pac

Crates.iompfs-pac
lib.rsmpfs-pac
version
sourcesrc
created_at2024-12-08 20:58:18.798714
updated_at2024-12-08 22:02:48.146022
descriptionPeripheral Access Crate for PolarFire SoC
homepage
repositoryhttps://github.com/AlexCharlton/mpfs-hal
max_upload_size
id1476672
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`
size0
Alex Charlton (AlexCharlton)

documentation

README

MPFS PAC

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.

TODO

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.

Commit count: 21

cargo fmt