Cargo Features

flipperzero has no features set by default.

[dependencies]
flipperzero = { version = "0.11.0", features = ["alloc", "document-features"] }
alloc

Core features

Enables features requiring an allocator.

This will require you to set the global allocator by importing the flipperzero_alloc:

extern crate alloc;
extern crate flipperzero_alloc;

Affects dialogs::alert, thread::Builder, thread::spawn, thread::current, thread::ThreadId, thread::Thread, thread::JoinHandle

Features from optional dependencies

document-features implicit feature

Enables document-features

Docs