Skip to content

Commit a1b406d

Browse files
nashifcfriedt
authored andcommitted
drivers: promote APIs to unstable status
Many APIs are stuck at experimental status although they already fullfil the requirements to be considered unstable, i.e. they have multiple implementations and have been in the tree for more than 2 releases. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 8c8d1b5 commit a1b406d

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

include/zephyr/drivers/auxdisplay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @brief Interfaces for auxiliary (textual/non-graphical) displays.
1818
* @defgroup auxdisplay_interface Auxiliary (Text) Display
1919
* @since 3.4
20-
* @version 0.1.0
20+
* @version 0.8.0
2121
* @ingroup io_interfaces
2222
* @{
2323
*/

include/zephyr/drivers/comparator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @brief Interfaces for comparators.
1818
* @defgroup comparator_interface Comparator
1919
* @since 4.0
20-
* @version 0.1.0
20+
* @version 0.8.0
2121
* @ingroup io_interfaces
2222
* @{
2323
*/

include/zephyr/drivers/dai.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @defgroup dai_interface DAI
1818
* @since 3.1
19-
* @version 0.1.0
19+
* @version 0.8.0
2020
* @ingroup io_interfaces
2121
* @brief Interfaces for Digital Audio Interfaces.
2222
*

include/zephyr/drivers/fpga.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
* @brief Interfaces for Field-Programmable Gate Arrays (FPGA).
2828
* @defgroup fpga_interface FPGA
2929
* @since 2.7
30-
* @version 0.1.0
30+
* @version 0.8.0
3131
* @ingroup io_interfaces
3232
* @{
3333
*/

include/zephyr/drivers/fuel_gauge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @brief Interfaces for fuel gauges.
2020
* @defgroup fuel_gauge_interface Fuel Gauge
2121
* @since 3.3
22-
* @version 0.1.0
22+
* @version 0.8.0
2323
* @ingroup io_interfaces
2424
* @{
2525
*/

include/zephyr/drivers/gnss.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @brief Interfaces for Global Navigation Satellite System (GNSS) receivers.
1818
* @defgroup gnss_interface GNSS
1919
* @since 3.6
20-
* @version 0.1.0
20+
* @version 0.8.0
2121
* @ingroup io_interfaces
2222
* @{
2323
*/

include/zephyr/drivers/i3c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @brief Interfaces for Improved Inter-Integrated Circuit (I3C) controllers.
1919
* @defgroup i3c_interface I3C
2020
* @since 3.2
21-
* @version 0.1.0
21+
* @version 0.8.0
2222
* @ingroup io_interfaces
2323
* @{
2424
*/

include/zephyr/drivers/lora.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @brief Interfaces for LoRa transceivers.
1717
* @defgroup lora_interface LoRa
1818
* @since 2.2
19-
* @version 0.1.0
19+
* @version 0.8.0
2020
* @ingroup io_interfaces
2121
* @{
2222
*/

include/zephyr/drivers/mbox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
* @brief Interfaces for mailbox (MBOX) devices.
2828
* @defgroup mbox_interface MBOX
2929
* @since 1.0
30-
* @version 0.1.0
30+
* @version 0.8.0
3131
* @ingroup io_interfaces
3232
* @{
3333
*

include/zephyr/drivers/mspi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern "C" {
3030
* controllers.
3131
* @defgroup mspi_interface MSPI
3232
* @since 3.7
33-
* @version 0.1.0
33+
* @version 0.8.0
3434
* @ingroup io_interfaces
3535
* @{
3636
*/

0 commit comments

Comments
 (0)