Documentation: review supported POSIX interfaces in NuttX
Add a page in the documentation listing supported and unsupported POSIX options. This is the first step to support POSIX Application Environment Profiles. Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
parent
e82d69533c
commit
36aefeadfe
3 changed files with 3356 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ Last Updated: |today|
|
||||||
faq/index.rst
|
faq/index.rst
|
||||||
debugging/index.rst
|
debugging/index.rst
|
||||||
guides/index.rst
|
guides/index.rst
|
||||||
|
standards/index.rst
|
||||||
glossary.rst
|
glossary.rst
|
||||||
logos/index.rst
|
logos/index.rst
|
||||||
_tags/tagsindex.rst
|
_tags/tagsindex.rst
|
||||||
|
|
|
||||||
8
Documentation/standards/index.rst
Normal file
8
Documentation/standards/index.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
=========
|
||||||
|
Standards
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
posix.rst
|
||||||
3347
Documentation/standards/posix.rst
Normal file
3347
Documentation/standards/posix.rst
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue