nuttx/Documentation/reference/os/index.rst
chao an 75fac7dbc6 sched/nxevent: add support of kernel event group
Events groups are synchronization primitives that allow tasks to wait
for multiple conditions to be met before proceeding. They are particularly
useful in scenarios where a task needs to wait for several events to occur
simultaneously.

Signed-off-by: chao an <anchao@lixiang.com>
2024-08-23 17:00:35 +08:00

29 lines
569 B
ReStructuredText

=================
Architecture APIs
=================
The file ``include/nuttx/arch.h`` identifies by prototype all of
the APIs that must be provided by the architecture specific logic.
The internal OS APIs that architecture-specific logic must
interface with are also identified in ``include/nuttx/arch.h`` or
in other header files.
.. toctree::
addrenv.rst
app_vs_os.rst
arch.rst
board.rst
conventions.rst
iob.rst
led.rst
mutex.rst
newreno.rst
notifier.rst
nuttx.rst
paging.rst
shm.rst
smp.rst
time_clock.rst
wqueue.rst
events.rst