zephyr/doc/services/portability/index.rst
Christopher Friedt 3b45235887 doc: posix: structural reorganization of posix docs
Revise the structure of the POSIX API docs. This separates
related items out to dedicated pages. Further improvements
could yet be made - e.g. using the 'collapse' feature to
expand and collapse large sections of text or tables.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-11-22 22:47:26 -05:00

20 lines
480 B
ReStructuredText

.. _osal:
OS Abstraction
##############
OS abstraction layers (OSAL) provide wrapper function APIs that
encapsulate common system functions offered by any operating system.
These APIs make it easier and quicker to develop for, and port code to
multiple software and hardware platforms.
These sections describe the software and hardware abstraction layers
supported by the Zephyr RTOS.
.. toctree::
:maxdepth: 1
posix/index.rst
cmsis_rtos_v1.rst
cmsis_rtos_v2.rst