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§
Functions§
- _start⚠
- The C entry point.