Skip to content

zephyrCommon: Implement yield() #41

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

Merged
merged 1 commit into from
Sep 1, 2022
Merged

zephyrCommon: Implement yield() #41

merged 1 commit into from
Sep 1, 2022

Conversation

DhruvaG2000
Copy link
Collaborator

Signed-off-by: Dhruva Gole [email protected]

* Fixes #40
* yield(): causes the current thread to yield execution to another thread of the same or higher priority.
If there are no other ready threads of the same or higher priority, the routine returns immediately.
* Also replace include Arduino "" with <>.

Signed-off-by: Dhruva Gole <[email protected]>
Copy link
Collaborator

@szczys szczys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DhruvaG2000 DhruvaG2000 merged commit 1eaca92 into dev Sep 1, 2022
@DhruvaG2000 DhruvaG2000 deleted the fix-yield branch September 1, 2022 16:38
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.

building external library fails with yield not implemented errors
2 participants