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§

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

Macros§

entry
Defines the entry point.
manifest
Define application manifest.

Functions§

_start
The C entry point.