zephyr/doc/reference/kernel/other
Peter Bigot fadd98aad2 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-04-06 16:41:41 +02:00
..
atomic.rst
cpu_idle.rst doc: reference: kernel: remove inconsistent comment for k_cpu_idle 2020-03-20 11:53:14 +01:00
cxx_support.rst
fatal.rst toolchain: common: Merge build assert macros 2020-03-31 07:18:06 +02:00
float.rst
interrupts.rst doc: dts: Add lots of documentation for generated macros 2020-02-18 15:24:59 -06:00
polling.rst
ring_buffers.rst
version.rst