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
a81b322828
zephyr
/
tests
/
lib
/
notify
/
prj.conf
4 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sys: add generic asynchronous notification infrastructure k_poll() for a signal is often desired for notification of completion of asynchronous operations, but there are APIs where it may be necessary to invoke "asynchronous" operations from contexts where sleep is disallowed, or before the kernel has been initialized. Extract the general notification solution from the on-off service into a utility that can be used for other APIs. Also move documentation out to a resource management section. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-19 20:01:07 +08:00
CONFIG_POLL=y
CONFIG_ZTEST=y
tests: lib: move notify to new ztest API Move test lib/notify to use new ztest API. Signed-off-by: li biao <biao1x.li@intel.com>
2022-07-12 14:15:25 +08:00
CONFIG_ZTEST_NEW_API=y