Data Passing
| Type | Level | UID | REFS | Title | Statement | Rationale | Comment |
|---|---|---|---|---|---|---|---|
| Text | SPDX-License-Identifier: Apache-2.0 |
||||||
| Requirement | 1 | ZEP-SRS-15-1 | Traditional FIFO Queue |
The Zephyr RTOS shall provide a kernel object that implements a traditional first in, first out (FIFO) queue, allowing threads and ISRs to add and remove a limited number of 32-bit data values. |
|||
| Requirement | 2 | ZEP-SRS-15-2 | Traditional LIFO queue |
The Zephyr RTOS shall provide a kernel object that implements a traditional last in, first out (LIFO) queue, allowing threads and ISRs to add and remove a limited number of 32-bit data values. |