3 releases (breaking)
0.3.0 | Jun 6, 2023 |
---|---|
0.2.0 | Jan 27, 2020 |
0.1.0 | Dec 20, 2018 |
#1524 in Hardware support
62 downloads per month
25KB
696 lines
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
lib.rs
:
A RaspberryPi mailbox interface
Dependencies
~3.5MB
~71K SLoC