Skip to content

Commit 94a4b13

Browse files
committed
include: doc: mipi: flag MIPI-DBI and MIPI-DSI API as unstable
These have many implementations in-tree so are to be considered unstable. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 6946ec9 commit 94a4b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/zephyr/drivers/mipi_dbi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @brief MIPI-DBI driver APIs
2626
* @defgroup mipi_dbi_interface MIPI-DBI driver APIs
2727
* @since 3.6
28-
* @version 0.1.0
28+
* @version 0.8.0
2929
* @ingroup io_interfaces
3030
* @{
3131
*/

include/zephyr/drivers/mipi_dsi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @brief MIPI-DSI driver APIs
1717
* @defgroup mipi_dsi_interface MIPI-DSI driver APIs
1818
* @since 3.1
19-
* @version 0.1.0
19+
* @version 0.8.0
2020
* @ingroup io_interfaces
2121
* @{
2222
*/

0 commit comments

Comments
 (0)