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

sim/queue: support uxQueueMessagesWaiting for SysTask state refactor #151

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

NeroBurner
Copy link
Collaborator

PR InfiniTimeOrg/InfiniTime#2109 refactors the SystemTask.h state machine to prevent GoingToSleep race conditions (and similar state transistions).

In doing so the function uxQueueMessagesWaiting() from NRF SDK was used. Implement this newly used function.

PR InfiniTimeOrg/InfiniTime#2109 refactors the
`SystemTask.h` state machine to prevent `GoingToSleep` race conditions
(and similar state transistions).

In doing so the function `uxQueueMessagesWaiting()` from NRF SDK was
used. Implement this newly used function.
@NeroBurner NeroBurner added the enhancement New feature or request label Sep 21, 2024
@NeroBurner NeroBurner merged commit 7989538 into main Sep 21, 2024
2 checks passed
@NeroBurner NeroBurner deleted the systemtask_state_refactor_support branch September 21, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant