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

Adding bindings for OSAL semaphores, basic ES child-task routines #13

Merged
merged 11 commits into from
Dec 20, 2022

Conversation

zec
Copy link
Member

@zec zec commented Dec 20, 2022

This pull request includes BinSem, CountSem, and MutSem, wrappers for the three types of synchronization primitive provided by OSAL, as well as wrappers for CFE_ES_CreateChildTask and CFE_ES_ExitChildTask.

Adding just the latter part was my original intent, but my desire for a more idiomatic interface to CFE_ES_CreateChildTask led to me needing the former.

@zec zec self-assigned this Dec 20, 2022
@zec
Copy link
Member Author

zec commented Dec 20, 2022

Merging.

@zec zec merged commit 1ad09b2 into BlackCAT-CubeSat:main Dec 20, 2022
@zec zec deleted the semaphores-and-children branch December 20, 2022 22:55
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.

None yet

1 participant