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
03d2671ddd
zephyr
/
tests
/
lib
/
notify
/
prj.conf
4 lines
45 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
lib: notify: build sys-notify conditionally. Add a new Kconfig and build this code conditionally, so we do not end up with this file being built for each zephyr app. Partial fix for #50654 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-09-27 00:48:02 +08:00
CONFIG_NOTIFY=y