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

Queues: there is no documentation about queue's implementation. #35199

Closed
Zhaoningx opened this issue May 12, 2021 · 0 comments · Fixed by #35545
Closed

Queues: there is no documentation about queue's implementation. #35199

Zhaoningx opened this issue May 12, 2021 · 0 comments · Fixed by #35545
Assignees
Labels
area: Documentation area: Kernel bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@Zhaoningx
Copy link
Collaborator

Describe the bug
I checked the zephyr doc, I find that there is no documentation about Queues, please take a look at this link: https://docs.zephyrproject.org/latest/reference/kernel/data_passing/queues.html , and meanwhile, There is no explanation why there is no documentation, or it is simply lost.
So I reported this Bug, please double check the Queues' zephyr doc.

@Zhaoningx Zhaoningx added bug The issue is a bug, or the PR is fixing a bug area: Documentation area: Kernel labels May 12, 2021
@galak galak added the priority: medium Medium impact/importance bug label May 18, 2021
nashif added a commit to nashif/zephyr that referenced this issue May 21, 2021
Add missing introduction to queues which are basically FIFOs and in
zephyr are used to implement both FIFO and LIFO objects.

Fixes zephyrproject-rtos#35199

Signed-off-by: Anas Nashif <[email protected]>
nashif added a commit that referenced this issue May 24, 2021
Add missing introduction to queues which are basically FIFOs and in
zephyr are used to implement both FIFO and LIFO objects.

Fixes #35199

Signed-off-by: Anas Nashif <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Documentation area: Kernel bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants