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

posix: implement putpmsg() #68534

Closed
wants to merge 5 commits into from

Conversation

AbhinavMir
Copy link
Contributor

Fixes #66979

@AbhinavMir
Copy link
Contributor Author

AbhinavMir commented Feb 5, 2024

@ycsin I messed up my previous branch a little too much, so just did a fresh branch commit, this should be good compliance wise, and updated to the latest upstream. I've also rebased it as needed.

Stub for putpmsg with message passing with priority band and flags.

Signed-off-by: Abhinav Srivastava <[email protected]>
Add stub implementation and config for putpmsg.

Signed-off-by: Abhinav Srivastava <[email protected]>
@AbhinavMir AbhinavMir marked this pull request as ready for review February 6, 2024 07:39
@zephyrbot zephyrbot added the area: POSIX POSIX API Library label Feb 6, 2024
@zephyrbot zephyrbot requested review from cfriedt and ycsin February 6, 2024 07:40
include/zephyr/posix/stropts.h Show resolved Hide resolved
lib/posix/options/stropts.c Show resolved Hide resolved
tests/posix/headers/src/stropts_h.c Outdated Show resolved Hide resolved
Add implementaiton and header tests for putpmsg

Signed-off-by: Abhinav Srivastava <[email protected]>
@ycsin
Copy link
Member

ycsin commented Apr 2, 2024

You can change the PR status to 'draft' if it is still a WIP

@AbhinavMir AbhinavMir marked this pull request as draft April 26, 2024 06:51
@AbhinavMir AbhinavMir closed this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

posix: implement putpmsg()
4 participants