Documentation: add dummy pages for missing top directories

crypto, openamp, video and wireless
This commit is contained in:
raiden00pl 2023-10-27 11:39:30 +02:00 committed by Alan Carvalho de Assis
parent 9c4f042c57
commit 8090fb9d5c
6 changed files with 34 additions and 2 deletions

View File

@ -1,9 +1,9 @@
===============
Audio subsystem
Audio Subsystem
===============
This page discusses the audio subsystem support for NuttX which is only built if
CONFIG_AUDIO is defined in the NuttX configuration file.
``CONFIG_AUDIO`` is defined in the NuttX configuration file.
Files in nuttx/audio
====================

View File

@ -0,0 +1,5 @@
====================
Crypto API Subsystem
====================
In the future this page will contain details about the Crypto API in NuttX.

View File

@ -26,3 +26,8 @@ case, you can head to the :doc:`reference <../reference/index>`.
tools/index.rst
arch/index.rst
boards.rst
cmake.rst
openamp.rst
video.rst
crypto.rst
wireless.rst

View File

@ -0,0 +1,6 @@
===============
OpenAMP Support
===============
Asymmetric Multi Processing support in NuttX is implemented via
`OpenAMP <https://www.openampproject.org/>`_ framework.

View File

@ -0,0 +1,5 @@
===============
Video Subsystem
===============
In the future this page will contain details about the video support in NuttX.

View File

@ -0,0 +1,11 @@
==================
Wireless Subsystem
==================
In the future this page will contain details about the wireless support in NuttX.
Components:
- ``wireless/bluetooth`` - Bluetooth Low Energy Support
- ``wireless/pktradio`` - Packet Radio Support
- ``wireless/ieee802154`` - IEEE 802.15.4 Support