rpi-mailbox

Crates.iorpi-mailbox
lib.rsrpi-mailbox
version0.3.0
sourcesrc
created_at2018-12-20 09:00:45.561139
updated_at2023-06-06 09:50:35.950073
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
size37,843
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: 34

cargo fmt