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>`.
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
Original file line number Diff line number Diff line change 1- .. _ peci :
1+ .. _ peci_api :
22
33PECI
44####
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PECI Interface
66Overview
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 >`.
1010Callbacks are registered that will write to the console indicating PECI events.
1111These events indicate PECI host interaction.
1212
You can’t perform that action at this time.
0 commit comments