Skip to content

lucas-str/zigate-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

zigate-rs

[WIP] Rust driver for the PiZiGate.

Build

To build for Raspberry Pi Zero, you need the Raspberry Pi tools:

git clone https://github.com/raspberrypi/tools.git raspberrypi-tools

Then add the following to zigate-rs/.cargo/config:

[target.arm-unknown-linux-gnueabihf]
linker = "~/raspberrypi-tools/arm-bcm2708/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc"

And build with:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages