flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
518 stars 34 forks source link

Provide safe wrappers for thread notification API #182

Closed dcoles closed 1 week ago

dcoles commented 1 month ago

Furi provides access to FreeRTOS Task Notification feature which can be used for syncronization between threads.

Task notifications act as u32 bitmask, so can be used to signal multiple potential interesting states on the target thread.

dcoles commented 1 week ago

Accidentally merged. Rolled back main and created #190.