File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ current :ref:`stability level <api_lifecycle>`.
27
27
* - :ref: `bluetooth_api `
28
28
- Stable
29
29
- 1.0
30
- - 2.2
30
+ - 2.3
31
31
32
32
* - :ref: `can_api `
33
33
- Experimental
@@ -42,12 +42,12 @@ current :ref:`stability level <api_lifecycle>`.
42
42
* - :ref: `device_model_api `
43
43
- Stable
44
44
- 1.0
45
- - 2.2
45
+ - 2.3
46
46
47
47
* - :ref: `devicetree_api `
48
48
- Experimental
49
49
- 2.2
50
- - 2.2
50
+ - 2.3
51
51
52
52
* - :ref: `display_api `
53
53
- Unstable
@@ -62,7 +62,7 @@ current :ref:`stability level <api_lifecycle>`.
62
62
* - :ref: `kernel_api `
63
63
- Stable
64
64
- 1.0
65
- - 2.2
65
+ - 2.3
66
66
67
67
* - :ref: `logging_api `
68
68
- Stable
@@ -77,7 +77,7 @@ current :ref:`stability level <api_lifecycle>`.
77
77
* - :ref: `networking_api `
78
78
- Stable
79
79
- 1.0
80
- - 2.2
80
+ - 2.3
81
81
82
82
* - :ref: `adc_api `
83
83
- Stable
@@ -132,7 +132,7 @@ current :ref:`stability level <api_lifecycle>`.
132
132
* - :ref: `hwinfo_api `
133
133
- Stable
134
134
- 1.14
135
- - 1.14
135
+ - 2.3
136
136
137
137
* - :ref: `i2c_eeprom_slave_api `
138
138
- Stable
@@ -164,6 +164,11 @@ current :ref:`stability level <api_lifecycle>`.
164
164
- 2.1
165
165
- 2.2
166
166
167
+ * - :ref: `peci_api `
168
+ - Stable
169
+ - 2.1
170
+ - 2.2
171
+
167
172
* - :ref: `pinmux_api `
168
173
- Stable
169
174
- 1.0
@@ -182,7 +187,7 @@ current :ref:`stability level <api_lifecycle>`.
182
187
* - :ref: `sensor_api `
183
188
- Stable
184
189
- 1.2
185
- - 2.0
190
+ - 2.3
186
191
187
192
* - :ref: `spi_api `
188
193
- Stable
@@ -227,7 +232,7 @@ current :ref:`stability level <api_lifecycle>`.
227
232
* - :ref: `shell_api `
228
233
- Stable
229
234
- 1.14
230
- - 2.2
235
+ - 2.3
231
236
232
237
* - :ref: `disk_access_api `
233
238
- Stable
@@ -252,7 +257,7 @@ current :ref:`stability level <api_lifecycle>`.
252
257
* - :ref: `flash_map_api `
253
258
- Stable
254
259
- 1.11
255
- - 2.0
260
+ - 2.3
256
261
257
262
* - :ref: `nvs_api `
258
263
- Stable
@@ -262,7 +267,7 @@ current :ref:`stability level <api_lifecycle>`.
262
267
* - :ref: `usb_api `
263
268
- Stable
264
269
- 1.5
265
- - 2.2
270
+ - 2.3
266
271
267
272
* - :ref: `usermode_api `
268
273
- Stable
Original file line number Diff line number Diff line change 1
- .. _ peci :
1
+ .. _ peci_api :
2
2
3
3
PECI
4
4
####
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PECI Interface
6
6
Overview
7
7
********
8
8
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 >`.
10
10
Callbacks are registered that will write to the console indicating PECI events.
11
11
These events indicate PECI host interaction.
12
12
You can’t perform that action at this time.
0 commit comments