Skip to content

Commit 4f75060

Browse files
committed
doc: releases: document queue len functions
Document the new queue length functions. Signed-off-by: Jordan Yates <[email protected]>
1 parent 995769d commit 4f75060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ New APIs and options
143143
* :c:macro:`K_THREAD_HW_SHADOW_STACK_ARRAY_DEFINE`
144144
* :c:macro:`K_THREAD_HW_SHADOW_STACK_ATTACH`
145145
* :c:macro:`k_thread_hw_shadow_stack_attach`
146+
* :c:func:`k_fifo_len`
147+
* :c:func:`k_lifo_len`
148+
* :c:func:`k_queue_len`
146149

147150
* Logging:
148151

0 commit comments

Comments
 (0)