We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3061 commit f9ef7aaCopy full SHA for f9ef7aa
doc/releases/release-notes-3.0.rst
@@ -220,6 +220,13 @@ New APIs in this release
220
Kernel
221
******
222
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.
230
* Fixed timeout issues when SYSTEM_CLOCK_SLOPPY_IDLE is configured.
231
232
Architectures
0 commit comments