flipperzero-template
🚀
A template for kick-starting a Rust + FlipperZero project using flipperzero-rs
Currently supports SDK 14.0 ([email protected]).
Usage
Initial setup
- Install
rustup
by following the instructions onrustup.rs
. - Use
rustup
to install thethumbv7em-none-eabihf
target:rustup target add thumbv7em-none-eabihf
cargo generate
to clone this template.
Use cargo generate --git https://github.com/flipperzero-rs/flipperzero-template.git --name my-project
cd my-project
cargo build
Build with cargo build
Copy the binary to your Flipper Zero
The resulting .fap
binary can be found in target/thumbv7em-none-eabihf/debug
.
License
This template is licensed under the MIT License.