Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 884 Bytes

File metadata and controls

19 lines (10 loc) · 884 Bytes

raspi-hal

Concrete and friendly implementation of embedded-hal traits and embedded-hal-ext traits for the Raspberry Pi computers.

Will likely use some of the existing linux-embedded-hal crate(s), possibly some Pi-specific crates like rppal. Possibly more from scratch.

Ideally we could ditch Linux as a dependency and have a bare-metal implementation. LOOOOONG term goal, that. Big project.

Optional Cargo features

  • async: async/await features

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.75 and up. It might compile with older versions but that may change in any new patch release.

License: MPL 2.0