Skip to content

Commit dc7b6a0

Browse files
cfriedtkartben
authored andcommitted
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 13e827f commit dc7b6a0

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
@@ -124,6 +124,14 @@ New APIs and options
124124
* Kernel
125125

126126
* :c:macro:`K_TIMEOUT_ABS_SEC`
127+
* :c:func:`timespec_add`
128+
* :c:func:`timespec_compare`
129+
* :c:func:`timespec_equal`
130+
* :c:func:`timespec_is_valid`
131+
* :c:func:`timespec_negate`
132+
* :c:func:`timespec_normalize`
133+
* :c:func:`timespec_from_timeout`
134+
* :c:func:`timespec_to_timeout`
127135

128136
* I2C
129137

0 commit comments

Comments
 (0)