Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>2022-02-08 03:33:53 +0300
committerGitHub <noreply@github.com>2022-02-08 03:33:53 +0300
commit76a8335b23a46e336f17d0b2ffa1b3bc65a4422b (patch)
tree82193c80c37e5bba3b1d4c61a66901e7b384413d /History.txt
parent364f0e585f4226f78375cc08f847e64a934c16f6 (diff)
Update History.txt to include 10.4.6 changes (#451)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 5c449ec2c..ba456f731 100644
--- a/History.txt
+++ b/History.txt
@@ -1,4 +1,4 @@
-Changes between FreeRTOS V10.4.5 and TBD
+Changes between FreeRTOS V10.4.6 and TBD
Documentation and download available at https://www.FreeRTOS.org/
@@ -14,6 +14,15 @@ Documentation and download available at https://www.FreeRTOS.org/
observed when strict-aliasing and link time optimization are enabled.
To maintain backwards compatibility, configUSE_MINI_LIST_ITEM defaults to 1.
+Changes between FreeRTOS V10.4.5 and FreeRTOS V10.4.6 released November 12 2021
+
+ + ARMv7-M and ARMv8-M MPU ports – prevent non-kernel code from calling the
+ internal functions xPortRaisePrivilege and vPortResetPrivilege by changing
+ them to macros.
+ + Introduce a new config configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS which
+ enables developers to prevent critical sections from unprivileged tasks.
+ It defaults to 1 for backward compatibility. Application should set it to
+ 0 to disable critical sections from unprivileged tasks.
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5 released September 10 2021