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
cca4e89c1f
zephyr
/
tests
/
lib
/
notify
/
testcase.yaml
6 lines
101 B
YAML
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
tests
:
libraries.data_structures
:
tags
:
notify
tests/samples: enable for integration testing Limit execution in CI when using --integration option of sanitycheck. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-06-02 20:46:27 +08:00
integration_platforms
:
-
native_posix