flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
521 stars 35 forks source link

Add `flipperzero::furi::kernel` module #180

Closed dcoles closed 1 month ago

dcoles commented 1 month ago

This module exposes most of the furi_kernel_* APIs.

Centralizing these lets us remove a number of unsafe calls peppered across the codebase and allows things like providing optimized versions.