Demo application for Flipper Zero
- Install
rustupby following the instructions onrustup.rs. - Install the nightly build tool-chain to support the
different-binary-namefeature:rustup toolchain install nightly - Install
cargo-generate:cargo install cargo-generate - Use
rustupto install thethumbv7em-none-eabihftarget to the nightly build:rustup target add --toolchain nightly thumbv7em-none-eabihf
cargo build
The resulting .fap binary can be found in target/thumbv7em-none-eabihf/debug.
