File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- Changes between FreeRTOS V10.4.5 and TBD
2
-
3
1
Documentation and download available at https://www.FreeRTOS.org/
4
2
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
+
5
13
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5 released September 10 2021
6
14
7
15
See https://www.FreeRTOS.org/FreeRTOS-V10.4.5.html
You can’t perform that action at this time.
0 commit comments