Skip to content

Commit f9ef7aa

Browse files
committed
release notes: Add kernel notes
Add notes about new features in the kernel. Signed-off-by: Anas Nashif <[email protected]>
1 parent d3a3061 commit f9ef7aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/releases/release-notes-3.0.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ New APIs in this release
220220
Kernel
221221
******
222222

223+
* Added support for event objects. Threads may wait on an event object such
224+
that any events posted to that event object may wake a waiting thread if the
225+
posting satisfies the waiting threads' event conditions.
226+
* Extended CPU runtime stats to track current, total, peak and average usage
227+
(as bounded by the scheduling of the idle thread). This permits a developer
228+
to obtain more system information if desired to tune the system.
229+
* Added "thread_usage" API for thread runtime cycle monitoring.
223230
* Fixed timeout issues when SYSTEM_CLOCK_SLOPPY_IDLE is configured.
224231

225232
Architectures

0 commit comments

Comments
 (0)