Crates.io | rpi-mailbox |
lib.rs | rpi-mailbox |
version | 0.3.0 |
source | src |
created_at | 2018-12-20 09:00:45.561139 |
updated_at | 2023-06-06 09:50:35.950073 |
description | An interface of the `mailbox` which is a low level interface of the RaspberryPi. |
homepage | https://github.com/Idein/rpi-mailbox |
repository | https://github.com/Idein/rpi-mailbox |
max_upload_size | |
id | 102898 |
size | 37,843 |
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.
This project use Terminus-IMRC/mailbox as a reference and a implementation.
Build for the target arm-unknown-linux-gnueabihf
like below:
$ cargo build --target=arm-unknown-linux-gnueabihf