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
|
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
|
Files in nuttx/audio
|
||||||
====================
|
====================
|
||||||
|
5
Documentation/components/crypto.rst
Normal file
5
Documentation/components/crypto.rst
Normal file
@ -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
|
tools/index.rst
|
||||||
arch/index.rst
|
arch/index.rst
|
||||||
boards.rst
|
boards.rst
|
||||||
|
cmake.rst
|
||||||
|
openamp.rst
|
||||||
|
video.rst
|
||||||
|
crypto.rst
|
||||||
|
wireless.rst
|
||||||
|
6
Documentation/components/openamp.rst
Normal file
6
Documentation/components/openamp.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
===============
|
||||||
|
OpenAMP Support
|
||||||
|
===============
|
||||||
|
|
||||||
|
Asymmetric Multi Processing support in NuttX is implemented via
|
||||||
|
`OpenAMP <https://www.openampproject.org/>`_ framework.
|
5
Documentation/components/video.rst
Normal file
5
Documentation/components/video.rst
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
===============
|
||||||
|
Video Subsystem
|
||||||
|
===============
|
||||||
|
|
||||||
|
In the future this page will contain details about the video support in NuttX.
|
11
Documentation/components/wireless.rst
Normal file
11
Documentation/components/wireless.rst
Normal 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
|
Loading…
Reference in New Issue
Block a user