LIFOs
test thread to thread data passing via lifo
test isr to thread data passing via lifo
test thread to isr data passing via lifo
Test LIFO get fail.
Verify zephyr lifo continuous read write in loop.
try getting data on lifo with special timeout value, return result in lifo
No description
A thread sleeps then puts data on the lifo.
Test last in, first out queue using LIFO.
Test pending reader in LIFO.
Test reading empty LIFO.
Test read and write operation in LIFO with timeout.
Test LIFO with timeout.
a thread pends on a lifo then times out
Test multiple pending readers in LIFO.
Test LIFO initialization with various parameters.