| Crates.io | rpi-mailbox |
| lib.rs | rpi-mailbox |
| version | 0.4.0 |
| created_at | 2018-12-20 09:00:45.561139+00 |
| updated_at | 2025-06-25 06:53:28.436574+00 |
| 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 | 40,185 |
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