From 62681ee71d8e9f538f5f1899c12b89ef36ccb4cf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 17 Sep 2020 18:29:55 +0200 Subject: Update RTEMS 6 release notes --- rtems-notes-6.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/rtems-notes-6.md b/rtems-notes-6.md index 029914e..cec71d0 100644 --- a/rtems-notes-6.md +++ b/rtems-notes-6.md @@ -25,7 +25,17 @@ Implementation improvements usually fall into one of the following categories: #### API Additions -* TBD +* `RTEMS_ALIGN_UP()` + +* `RTEMS_ALIGN_DOWN()` + +* `rtems_task_config` + +* `rtems_task_construct()` + +* `RTEMS_TASK_STORAGE_SIZE` + +* `RTEMS_TASK_STORAGE_ALIGNMENT` #### API Implementation Improvements @@ -93,7 +103,9 @@ Implementation improvements usually fall into one of the following categories: * New configuration options: - * TBD + * `CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE` + + * `CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE` * Renamed configuration options: -- cgit v1.2.3