k_fifo_alloc_put vs k_malloc in FIFO? #68855
Unanswered
AndrewLivesChaos
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A simple question: what's the difference between the use of k_malloc with the FIFO's API, like (found in threads Zephyr's example)
, and the use of the API k_fifo_alloc_put ? The documentation about it is not clear for me.
Beta Was this translation helpful? Give feedback.
All reactions