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 #182

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

dcoles
Copy link
Collaborator

@dcoles dcoles commented Oct 21, 2024

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 dcoles requested review from str4d and JarvisCraft October 21, 2024 05:52
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 dcoles merged commit 0a1662e into main Nov 15, 2024
6 of 9 checks passed
@dcoles
Copy link
Collaborator Author

dcoles commented Nov 15, 2024

Accidentally merged. Rolled back main and created #190.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant