Documentation: add dummy pages for missing top directories
crypto, openamp, video and wireless
This commit is contained in:
parent
9c4f042c57
commit
8090fb9d5c
|
@ -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
|
||||
====================
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
====================
|
||||
Crypto API Subsystem
|
||||
====================
|
||||
|
||||
In the future this page will contain details about the Crypto API in NuttX.
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
===============
|
||||
OpenAMP Support
|
||||
===============
|
||||
|
||||
Asymmetric Multi Processing support in NuttX is implemented via
|
||||
`OpenAMP <https://www.openampproject.org/>`_ framework.
|
|
@ -0,0 +1,5 @@
|
|||
===============
|
||||
Video Subsystem
|
||||
===============
|
||||
|
||||
In the future this page will contain details about the video support in NuttX.
|
|
@ -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
|
Loading…
Reference in New Issue