mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
Documentation: add dummy pages for missing top directories
crypto, openamp, video and wireless
This commit is contained in:
committed by
Alan Carvalho de Assis
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
|
||||||
====================
|
====================
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user