Skip to content

Commit 4c30cc0

Browse files
committed
Update History.txt for V10.4.6
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 6ffbd5e commit 4c30cc0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

History.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
Changes between FreeRTOS V10.4.5 and TBD
2-
31
Documentation and download available at https://www.FreeRTOS.org/
42

3+
Changes between FreeRTOS V10.4.6 and FreeRTOS V10.4.5
4+
5+
+ ARMv7-M and ARMv8-M MPU ports – prevent non-kernel code from calling the
6+
internal functions xPortRaisePrivilege and vPortResetPrivilege by changing
7+
them to macros.
8+
+ Introduce a new config configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS which
9+
enables developers to prevent critical sections from unprivileged tasks.
10+
It defaults to 1 for backward compatibility. Application should set it to
11+
0 to disable critical sections from unprivileged tasks.
12+
513
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5 released September 10 2021
614

715
See https://www.FreeRTOS.org/FreeRTOS-V10.4.5.html

0 commit comments

Comments
 (0)