zephyr/tests
Andrew Boie 3772f77119 k_poll: expose to user mode
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>
2018-05-17 23:34:03 +03:00
..
application_development
benchmarks
bluetooth Bluetooth: Mesh: shell: Add persistent storage support 2018-05-16 18:41:23 +03:00
boards
booting/stub
compliance
crypto
drivers tests: watchdog: Replace platform whitelists with depends_on 2018-05-17 15:00:55 -05:00
include
kernel k_poll: expose to user mode 2018-05-17 23:34:03 +03:00
lib lib: rbtree: Add RB_FOR_EACH macro for iterative enumeration 2018-05-17 11:32:20 -07:00
misc/test_build
net
posix
power HACK: tests: disable output disasm for 1 ARC test 2018-05-17 23:34:03 +03:00
shell
subsys
unit
ztest
CMakeLists.txt
Kconfig