Skip to content

Commit 2a1b99c

Browse files
doc: releases: 4.2: clean up entry order
Clean up order of entries to be alphabetically sorted in the "new apis" section Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent c4d2302 commit 2a1b99c

File tree

1 file changed

+68
-68
lines changed

1 file changed

+68
-68
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -157,51 +157,19 @@ Stable API changes in this release
157157
New APIs and options
158158
====================
159159

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+
160166
* Architectures
161167

162168
* NIOS2 Architecture was removed from Zephyr.
163169
* :kconfig:option:`ARCH_HAS_VECTOR_TABLE_RELOCATION`
164170
* :kconfig:option:`CONFIG_SRAM_VECTOR_TABLE` moved from ``zephyr/Kconfig.zephyr`` to
165171
``zephyr/arch/Kconfig`` and added dependencies to it.
166172

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-
205173
* Bluetooth
206174

207175
* Audio
@@ -281,10 +249,52 @@ New APIs and options
281249
* Single app RAM load support added to sysbuild using
282250
:kconfig:option:`SB_CONFIG_MCUBOOT_MODE_SINGLE_APP_RAM_LOAD`.
283251

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+
284264
* Display
285265

286266
* :c:func:`display_clear`
287267

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+
288298
* Management
289299

290300
* MCUmgr
@@ -372,6 +382,10 @@ New APIs and options
372382
* :c:member:`zperf_upload_params.data_loader`
373383
* :kconfig:option:`CONFIG_NET_ZPERF_SERVER`
374384

385+
* PCIe
386+
387+
* :kconfig:option:`CONFIG_NVME_PRP_PAGE_SIZE`
388+
375389
* Power management
376390

377391
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_USE_SYSTEM_WQ`
@@ -382,6 +396,11 @@ New APIs and options
382396
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_INIT_PRIO`
383397
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_ASYNC`
384398

399+
* SPI
400+
401+
* :c:macro:`SPI_DEVICE_DT_DEINIT_DEFINE`
402+
* :c:macro:`SPI_DEVICE_DT_INST_DEINIT_DEFINE`
403+
385404
* Sensor
386405

387406
* :c:func:`sensor_value_to_deci`
@@ -395,10 +414,6 @@ New APIs and options
395414

396415
* :c:func:`flash_area_copy()`
397416

398-
* Counter
399-
400-
* :c:func:`counter_reset`
401-
402417
* Sys
403418

404419
* :c:func:`util_eq`
@@ -407,8 +422,13 @@ New APIs and options
407422
* :c:func:`sys_clock_settime`
408423
* :c:func:`sys_clock_nanosleep`
409424

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`
412432

413433
* Video
414434

@@ -429,30 +449,6 @@ New APIs and options
429449
* ``video_ctrl_query.int_menu`` field
430450
* :c:macro:`VIDEO_MIPI_CSI2_DT_NULL` and other MIPI standard values
431451

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-
456452
* ZBus
457453

458454
* Zbus has achieved stable status with the release of API version v1.0.0.
@@ -467,6 +463,10 @@ New APIs and options
467463
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_POOL_SIZE`
468464

469465

466+
* Other
467+
468+
* :kconfig:option:`CONFIG_LV_Z_COLOR_MONO_HW_INVERSION`
469+
470470
New Boards
471471
**********
472472

0 commit comments

Comments
 (0)