Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide safe wrappers for thread notification API #190

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Commits on Nov 23, 2024

  1. Provide safe wrappers for thread notification API

    Furi provides access to [FreeRTOS Task Notification](https://freertos.org/Documentation/02-Kernel/02-Kernel-features/03-Direct-to-task-notifications/01-Task-notifications)
    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 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    7dbfb67 View commit details
    Browse the repository at this point in the history