doc: release: 4.2.0: add notes about timespec utils

Add release notes about the new timespec utilities.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2025-05-22 11:26:28 -04:00 committed by Benjamin Cabé
commit dc7b6a0c82

View file

@ -124,6 +124,14 @@ New APIs and options
* Kernel
* :c:macro:`K_TIMEOUT_ABS_SEC`
* :c:func:`timespec_add`
* :c:func:`timespec_compare`
* :c:func:`timespec_equal`
* :c:func:`timespec_is_valid`
* :c:func:`timespec_negate`
* :c:func:`timespec_normalize`
* :c:func:`timespec_from_timeout`
* :c:func:`timespec_to_timeout`
* I2C