commit | ae4fb20f6733e06a7473d8ba3211515e7316198c | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri May 21 11:13:38 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 24 14:20:01 2021 -0400 |
tree | 892828281d0531d6fcb9121786bffc70d18eef05 | |
parent | f492636aa9568b29aa384cbfbe5698af744b76fd [diff] |
doc: kernel: add documentation for queues 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 <anas.nashif@intel.com>