nuttx/Documentation/reference/os/index.rst
Zhe Weng da536bed9c Documentation: Move nat.rst and netdev.rst to net/
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-02-23 08:32:49 +01:00

28 lines
556 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