nuttx/Documentation/reference/os/index.rst
田昕 96a45e2c75 sched/misc:add linux-like reboot notifier list
Signed-off-by: 田昕 <tianxin7@xiaomi.com>
2022-12-29 19:18:42 +08:00

27 lines
542 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::
conventions.rst
arch.rst
board.rst
time_clock.rst
mutex.rst
wqueue.rst
addrenv.rst
nuttx.rst
app_vs_os.rst
smp.rst
shm.rst
paging.rst
led.rst
iob.rst
notifier.rst