Skip to content

Commit 504a004

Browse files
committed
doc: release: 4.2.0: add notes about timespec utils
Add release notes about the new timespec utilities. Signed-off-by: Chris Friedt <[email protected]>
1 parent 2bcf28a commit 504a004

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ New APIs and options
120120
* Kernel
121121

122122
* :c:macro:`K_TIMEOUT_ABS_SEC`
123+
* :c:func:`timespec_add`
124+
* :c:func:`timespec_compare`
125+
* :c:func:`timespec_equal`
126+
* :c:func:`timespec_is_valid`
127+
* :c:func:`timespec_negate`
128+
* :c:func:`timespec_normalize`
129+
* :c:func:`timespec_from_timeout`
130+
* :c:func:`timespec_to_timeout`
123131

124132
* I2C
125133

0 commit comments

Comments
 (0)