Crate flipperzero_rt

source ·
Expand description

Rust Runtime for the Flipper Zero.

This must be build with -Z no-unique-section-names to ensure that this module is linked directly into the .text section.

Modules

  • Flipper Zero Manifest.
  • Panic handler for Furi applications. This will print the panic info to stdout and then trigger a crash.

Macros

  • Define the entry point. Must have the following signature: fn(*mut u8) -> i32.
  • Define application manifest.

Functions

  • The C entry point. This just delegates to the user’s Rust entry point.