rpi-mailbox

Crates.iorpi-mailbox
lib.rsrpi-mailbox
version0.4.0
created_at2018-12-20 09:00:45.561139+00
updated_at2025-06-25 06:53:28.436574+00
descriptionAn interface of the `mailbox` which is a low level interface of the RaspberryPi.
homepagehttps://github.com/Idein/rpi-mailbox
repositoryhttps://github.com/Idein/rpi-mailbox
max_upload_size
id102898
size40,185
Engineers (github:idein:engineers)

documentation

https://docs.rs/rpi-mailbox

README

RaspberrypiMailbox

An rust interface of the mailbox a low level feature of the RaspberryPi single board computer. Mailbox interface is a communication channnel between the ARM and the VideoCore firmware.

Acknowledgment

This project use Terminus-IMRC/mailbox as a reference and a implementation.

Build

Build for the target arm-unknown-linux-gnueabihf like below:

$ cargo build --target=arm-unknown-linux-gnueabihf

Link

Commit count: 40

cargo fmt