summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-26 14:17:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-26 14:17:26 +0100
commit4b134e631d93bd8809d80c8cf4e6a44e3f389ea4 (patch)
treee378b3f015b00bd1a58db6dfea66e21805f96b32
parentUpdate RTEMS 6 release notes (diff)
downloadrtems-release-4b134e631d93bd8809d80c8cf4e6a44e3f389ea4.tar.bz2
Update RTEMS 6 release notes
-rw-r--r--rtems-notes-6.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtems-notes-6.md b/rtems-notes-6.md
index 3ca5040..1f1c287 100644
--- a/rtems-notes-6.md
+++ b/rtems-notes-6.md
@@ -43,6 +43,9 @@ Implementation improvements usually fall into one of the following categories:
* If `rtems_task_delete()` is called from within interrupt context, then it
returns now `RTEMS_CALLED_FROM_ISR`.
+* The rate monotonic period statistics are no longer affected by
+ `rtems_cpu_usage_reset()`.
+
#### API Additions
* `RTEMS_ALIGN_UP()`