doc: Add MIPI API as an Experimental API
Add support for MIPI API Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
95b65a4da5
commit
e3b15691e9
4 changed files with 21 additions and 0 deletions
|
@ -222,6 +222,11 @@ current :ref:`stability level <api_lifecycle>`.
|
||||||
- 1.14
|
- 1.14
|
||||||
- 2.4
|
- 2.4
|
||||||
|
|
||||||
|
* - :ref:`mipi_dsi_api`
|
||||||
|
- Experimental
|
||||||
|
- 3.1
|
||||||
|
- 3.1
|
||||||
|
|
||||||
* - :ref:`misc_api`
|
* - :ref:`misc_api`
|
||||||
- Stable
|
- Stable
|
||||||
- 1.0
|
- 1.0
|
||||||
|
|
|
@ -44,3 +44,4 @@ Peripherals
|
||||||
watchdog.rst
|
watchdog.rst
|
||||||
video.rst
|
video.rst
|
||||||
espi.rst
|
espi.rst
|
||||||
|
mipi_dsi.rst
|
||||||
|
|
9
doc/hardware/peripherals/mipi_dsi.rst
Normal file
9
doc/hardware/peripherals/mipi_dsi.rst
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
.. _mipi_dsi_api:
|
||||||
|
|
||||||
|
MIPI-DSI
|
||||||
|
########
|
||||||
|
|
||||||
|
API Reference
|
||||||
|
*************
|
||||||
|
|
||||||
|
.. doxygengroup:: mipi_dsi_interface
|
|
@ -100,6 +100,12 @@ New APIs in this release
|
||||||
|
|
||||||
* Added the :ref:`SDHC api <sdhc_api>`, used to interact with SD host controllers.
|
* Added the :ref:`SDHC api <sdhc_api>`, used to interact with SD host controllers.
|
||||||
|
|
||||||
|
* MIPI-DSI
|
||||||
|
|
||||||
|
* Added a :ref:`MIPI-DSI api <mipi_dsi_api>`. This is an experimental API,
|
||||||
|
some of the features/APIs will be implemented later.
|
||||||
|
|
||||||
|
|
||||||
Kernel
|
Kernel
|
||||||
******
|
******
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue