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

doc: kernel: add documentation for queues #35545

Merged
merged 1 commit into from
May 24, 2021

Conversation

nashif
Copy link
Member

@nashif nashif commented 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 #35199

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 nashif merged commit ae4fb20 into zephyrproject-rtos:main May 24, 2021
@nashif nashif deleted the fixes/doc/queue branch May 24, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queues: there is no documentation about queue's implementation.
7 participants