@@ -157,51 +157,19 @@ Stable API changes in this release
157
157
New APIs and options
158
158
====================
159
159
160
+ ..
161
+ Link to new APIs here, in a group if you think it's necessary, no need to get
162
+ fancy just list the link, that should contain the documentation. If you feel
163
+ like you need to add more details, add them in the API documentation code
164
+ instead.
165
+
160
166
* Architectures
161
167
162
168
* NIOS2 Architecture was removed from Zephyr.
163
169
* :kconfig:option: `ARCH_HAS_VECTOR_TABLE_RELOCATION `
164
170
* :kconfig:option: `CONFIG_SRAM_VECTOR_TABLE ` moved from ``zephyr/Kconfig.zephyr `` to
165
171
``zephyr/arch/Kconfig `` and added dependencies to it.
166
172
167
- * Kernel
168
-
169
- * :c:macro: `K_TIMEOUT_ABS_SEC `
170
- * :c:func: `timespec_add `
171
- * :c:func: `timespec_compare `
172
- * :c:func: `timespec_equal `
173
- * :c:func: `timespec_is_valid `
174
- * :c:func: `timespec_negate `
175
- * :c:func: `timespec_normalize `
176
- * :c:func: `timespec_from_timeout `
177
- * :c:func: `timespec_to_timeout `
178
- * :c:func: `k_heap_array_get `
179
-
180
- * I2C
181
-
182
- * :c:func: `i2c_configure_dt `.
183
- * :c:macro: `I2C_DEVICE_DT_DEINIT_DEFINE `
184
- * :c:macro: `I2C_DEVICE_DT_INST_DEINIT_DEFINE `
185
-
186
- * I3C
187
-
188
- * :kconfig:option: `CONFIG_I3C_MODE `
189
- * :kconfig:option: `CONFIG_I3C_CONTROLLER_ROLE_ONLY `
190
- * :kconfig:option: `CONFIG_I3C_TARGET_ROLE_ONLY `
191
- * :kconfig:option: `CONFIG_I3C_DUAL_ROLE `
192
- * :c:func: `i3c_ccc_do_rstdaa `
193
-
194
- * SPI
195
-
196
- * :c:macro: `SPI_DEVICE_DT_DEINIT_DEFINE `
197
- * :c:macro: `SPI_DEVICE_DT_INST_DEINIT_DEFINE `
198
-
199
- ..
200
- Link to new APIs here, in a group if you think it's necessary, no need to get
201
- fancy just list the link, that should contain the documentation. If you feel
202
- like you need to add more details, add them in the API documentation code
203
- instead.
204
-
205
173
* Bluetooth
206
174
207
175
* Audio
@@ -281,10 +249,52 @@ New APIs and options
281
249
* Single app RAM load support added to sysbuild using
282
250
:kconfig:option: `SB_CONFIG_MCUBOOT_MODE_SINGLE_APP_RAM_LOAD `.
283
251
252
+ * Counter
253
+
254
+ * :c:func: `counter_reset `
255
+
256
+ * Debug
257
+
258
+ * Core Dump
259
+
260
+ * :kconfig:option: `CONFIG_DEBUG_COREDUMP_THREAD_STACK_TOP `, enabled by default for ARM Cortex M when :kconfig:option: `CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN ` is selected.
261
+ * :kconfig:option: `CONFIG_DEBUG_COREDUMP_BACKEND_IN_MEMORY `
262
+ * :kconfig:option: `CONFIG_DEBUG_COREDUMP_BACKEND_IN_MEMORY_SIZE `
263
+
284
264
* Display
285
265
286
266
* :c:func: `display_clear `
287
267
268
+ * I2C
269
+
270
+ * :c:func: `i2c_configure_dt `.
271
+ * :c:macro: `I2C_DEVICE_DT_DEINIT_DEFINE `
272
+ * :c:macro: `I2C_DEVICE_DT_INST_DEINIT_DEFINE `
273
+
274
+ * I3C
275
+
276
+ * :kconfig:option: `CONFIG_I3C_MODE `
277
+ * :kconfig:option: `CONFIG_I3C_CONTROLLER_ROLE_ONLY `
278
+ * :kconfig:option: `CONFIG_I3C_TARGET_ROLE_ONLY `
279
+ * :kconfig:option: `CONFIG_I3C_DUAL_ROLE `
280
+ * :c:func: `i3c_ccc_do_rstdaa `
281
+
282
+ * Kernel
283
+
284
+ * :c:macro: `K_TIMEOUT_ABS_SEC `
285
+ * :c:func: `timespec_add `
286
+ * :c:func: `timespec_compare `
287
+ * :c:func: `timespec_equal `
288
+ * :c:func: `timespec_is_valid `
289
+ * :c:func: `timespec_negate `
290
+ * :c:func: `timespec_normalize `
291
+ * :c:func: `timespec_from_timeout `
292
+ * :c:func: `timespec_to_timeout `
293
+ * :c:func: `k_heap_array_get `
294
+
295
+ * LoRaWAN
296
+ * :c:func: `lorawan_request_link_check `
297
+
288
298
* Management
289
299
290
300
* MCUmgr
@@ -372,6 +382,10 @@ New APIs and options
372
382
* :c:member: `zperf_upload_params.data_loader `
373
383
* :kconfig:option: `CONFIG_NET_ZPERF_SERVER `
374
384
385
+ * PCIe
386
+
387
+ * :kconfig:option: `CONFIG_NVME_PRP_PAGE_SIZE `
388
+
375
389
* Power management
376
390
377
391
* :kconfig:option: `CONFIG_PM_DEVICE_RUNTIME_USE_SYSTEM_WQ `
@@ -382,6 +396,11 @@ New APIs and options
382
396
* :kconfig:option: `CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_INIT_PRIO `
383
397
* :kconfig:option: `CONFIG_PM_DEVICE_RUNTIME_ASYNC `
384
398
399
+ * SPI
400
+
401
+ * :c:macro: `SPI_DEVICE_DT_DEINIT_DEFINE `
402
+ * :c:macro: `SPI_DEVICE_DT_INST_DEINIT_DEFINE `
403
+
385
404
* Sensor
386
405
387
406
* :c:func: `sensor_value_to_deci `
@@ -395,10 +414,6 @@ New APIs and options
395
414
396
415
* :c:func: `flash_area_copy() `
397
416
398
- * Counter
399
-
400
- * :c:func: `counter_reset `
401
-
402
417
* Sys
403
418
404
419
* :c:func: `util_eq `
@@ -407,8 +422,13 @@ New APIs and options
407
422
* :c:func: `sys_clock_settime `
408
423
* :c:func: `sys_clock_nanosleep `
409
424
410
- * LoRaWAN
411
- * :c:func: `lorawan_request_link_check `
425
+ * USB
426
+
427
+ * :c:func: `uvc_set_video_dev `
428
+
429
+ * UpdateHub
430
+
431
+ * :c:func: `updatehub_report_error `
412
432
413
433
* Video
414
434
@@ -429,30 +449,6 @@ New APIs and options
429
449
* ``video_ctrl_query.int_menu `` field
430
450
* :c:macro: `VIDEO_MIPI_CSI2_DT_NULL ` and other MIPI standard values
431
451
432
- * PCIe
433
-
434
- * :kconfig:option: `CONFIG_NVME_PRP_PAGE_SIZE `
435
-
436
- * Debug
437
-
438
- * Core Dump
439
-
440
- * :kconfig:option: `CONFIG_DEBUG_COREDUMP_THREAD_STACK_TOP `, enabled by default for ARM Cortex M when :kconfig:option: `CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN ` is selected.
441
- * :kconfig:option: `CONFIG_DEBUG_COREDUMP_BACKEND_IN_MEMORY `
442
- * :kconfig:option: `CONFIG_DEBUG_COREDUMP_BACKEND_IN_MEMORY_SIZE `
443
-
444
- * UpdateHub
445
-
446
- * :c:func: `updatehub_report_error `
447
-
448
- * USB
449
-
450
- * :c:func: `uvc_set_video_dev `
451
-
452
- * Other
453
-
454
- * :kconfig:option: `CONFIG_LV_Z_COLOR_MONO_HW_INVERSION `
455
-
456
452
* ZBus
457
453
458
454
* Zbus has achieved stable status with the release of API version v1.0.0.
@@ -467,6 +463,10 @@ New APIs and options
467
463
* :kconfig:option: `CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_POOL_SIZE `
468
464
469
465
466
+ * Other
467
+
468
+ * :kconfig:option: `CONFIG_LV_Z_COLOR_MONO_HW_INVERSION `
469
+
470
470
New Boards
471
471
**********
472
472
0 commit comments