Skip to content

Commit 8beda01

Browse files
committed
doc: reference: Update overview for 2.3
Update the API overview page by looking at the changes in include/ since the last release. Signed-off-by: Carles Cufi <[email protected]>
1 parent 89a0bcd commit 8beda01

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

doc/reference/overview.rst

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ current :ref:`stability level <api_lifecycle>`.
2727
* - :ref:`bluetooth_api`
2828
- Stable
2929
- 1.0
30-
- 2.2
30+
- 2.3
3131

3232
* - :ref:`can_api`
3333
- Experimental
@@ -42,12 +42,12 @@ current :ref:`stability level <api_lifecycle>`.
4242
* - :ref:`device_model_api`
4343
- Stable
4444
- 1.0
45-
- 2.2
45+
- 2.3
4646

4747
* - :ref:`devicetree_api`
4848
- Experimental
4949
- 2.2
50-
- 2.2
50+
- 2.3
5151

5252
* - :ref:`display_api`
5353
- Unstable
@@ -62,7 +62,7 @@ current :ref:`stability level <api_lifecycle>`.
6262
* - :ref:`kernel_api`
6363
- Stable
6464
- 1.0
65-
- 2.2
65+
- 2.3
6666

6767
* - :ref:`logging_api`
6868
- Stable
@@ -77,7 +77,7 @@ current :ref:`stability level <api_lifecycle>`.
7777
* - :ref:`networking_api`
7878
- Stable
7979
- 1.0
80-
- 2.2
80+
- 2.3
8181

8282
* - :ref:`adc_api`
8383
- Stable
@@ -132,7 +132,7 @@ current :ref:`stability level <api_lifecycle>`.
132132
* - :ref:`hwinfo_api`
133133
- Stable
134134
- 1.14
135-
- 1.14
135+
- 2.3
136136

137137
* - :ref:`i2c_eeprom_slave_api`
138138
- Stable
@@ -164,6 +164,11 @@ current :ref:`stability level <api_lifecycle>`.
164164
- 2.1
165165
- 2.2
166166

167+
* - :ref:`peci_api`
168+
- Stable
169+
- 2.1
170+
- 2.2
171+
167172
* - :ref:`pinmux_api`
168173
- Stable
169174
- 1.0
@@ -182,7 +187,7 @@ current :ref:`stability level <api_lifecycle>`.
182187
* - :ref:`sensor_api`
183188
- Stable
184189
- 1.2
185-
- 2.0
190+
- 2.3
186191

187192
* - :ref:`spi_api`
188193
- Stable
@@ -227,7 +232,7 @@ current :ref:`stability level <api_lifecycle>`.
227232
* - :ref:`shell_api`
228233
- Stable
229234
- 1.14
230-
- 2.2
235+
- 2.3
231236

232237
* - :ref:`disk_access_api`
233238
- Stable
@@ -252,7 +257,7 @@ current :ref:`stability level <api_lifecycle>`.
252257
* - :ref:`flash_map_api`
253258
- Stable
254259
- 1.11
255-
- 2.0
260+
- 2.3
256261

257262
* - :ref:`nvs_api`
258263
- Stable
@@ -262,7 +267,7 @@ current :ref:`stability level <api_lifecycle>`.
262267
* - :ref:`usb_api`
263268
- Stable
264269
- 1.5
265-
- 2.2
270+
- 2.3
266271

267272
* - :ref:`usermode_api`
268273
- Stable

doc/reference/peripherals/peci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _peci:
1+
.. _peci_api:
22

33
PECI
44
####

samples/drivers/peci/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PECI Interface
66
Overview
77
********
88

9-
This sample demonstrates how to use the :ref:`PECI API <peci>`.
9+
This sample demonstrates how to use the :ref:`PECI API <peci_api>`.
1010
Callbacks are registered that will write to the console indicating PECI events.
1111
These events indicate PECI host interaction.
1212

0 commit comments

Comments
 (0)