Closed dcoles closed 1 week 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.
u32
Accidentally merged. Rolled back main and created #190.
main
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.