k_poll is now accessible from user mode. A memory allocation takes place from the caller's resource pool to copy the provided poll_events array; this can be large enough to make allocating it on the stack not preferable. k_poll_signal are now proper kernel objects. Two APIs have been added, one to reset the signaled state and one to check the current signaled state and result value. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_POLL=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|