doc: POSIX arch: Add link to POSIX OS abstraction

In the note about the relationship between the POSIX arch
and the POSIX OS abstraction, add a link.

Signed-off-by: Elvar Tresnak <Elvar.Tresnak@gmail.com>
This commit is contained in:
Elvar Tresnak 2022-11-04 18:15:45 +01:00 committed by Alberto Escolar
commit 53666831d5
2 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@ target hardware in the early phases of development.
.. note::
The POSIX architecture is not related and should not be confused with the
POSIX OS abstraction.
:ref:`POSIX OS abstraction<posix_support>`.
The later provides an adapatation shim that enables running applications
which require POSIX APIs on Zephyr.

View file

@ -1,3 +1,5 @@
.. _posix_support:
POSIX Support
#############