This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
ade05335b3
zephyr
/
tests
/
kernel
/
poll
/
prj.conf
4 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add poll kernel test Change-Id: I87af7c404b9c77fd82746e5bc2baf4df74d9380c Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
2017-01-30 05:34:53 +08:00
CONFIG_ZTEST=y
CONFIG_POLL=y
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-08 07:52:57 +08:00
CONFIG_DYNAMIC_OBJECTS=y