Stacks
Verify data passing between threads using single stack.
Verify data passing between threads using dual stack.
Verify data passing between thread and ISR.
Test that the stack pop can be waited if no item available.
Test to verify data passing between threads via stack.
Verifies data passing between user threads via stack.
Verifies data passing between thread and ISR via stack.
No description
Test multi-threads to get data from stack.
Test case of requesting a buffer larger than resource pool.
Verifies stack pop functionality.
Verifies cleanup a stack that still be needed by another thread.
Verifies push a data in the full stack.
Verifies stack pop from a user thread.
Verifies stack alloc and initialize a null pointer.
Verify that alloc and initialize a stack with 0 memory.
Verify that push some data into a NULL pointer.
Verifies pop data from a NULL pointer.
Verifies cleanup a stack that its data still be waited by another thread.