summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-17 18:29:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-17 18:29:55 +0200
commit62681ee71d8e9f538f5f1899c12b89ef36ccb4cf (patch)
tree9098740dd058cb11f690137e3e60025b29aec426
parentFix the release tag script (diff)
downloadrtems-release-62681ee71d8e9f538f5f1899c12b89ef36ccb4cf.tar.bz2
Update RTEMS 6 release notes
-rw-r--r--rtems-notes-6.md16
1 files 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: