mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 08:52:41 +00:00
User mode may now use queue objects. Instead of embedding the kernel's linked list information directly in the data item, a container struct is allocated from the caller's resource pool which is then added to the queue. The new sflist type is now used to store a flag indicating whether a data item needs to be freed when removed from the queue. FIFO/LIFOs are derived from k_queues and have had allocator functions added. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_POLL=y
|
|
CONFIG_USERSPACE=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|