File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11Documentation and download available at https://www.FreeRTOS.org/
22
3+ Changes between FreeRTOS V10.4.2 and FreeRTOS V10.4.3 released December 14 2020
4+
5+ See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
6+
7+ + Changes to improve robustness and consistency for buffer allocation in
8+ the heap, queue and stream buffer.
9+ + The following functions can no longer be called from unprivileged code.
10+ - xTaskCreateRestricted
11+ - xTaskCreateRestrictedStatic
12+ - vTaskAllocateMPURegions
13+
14+
315Changes between FreeRTOS V10.4.1 and FreeRTOS V10.4.2 released November 10 2020
16+
417 See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
518
619 + Fix an issue in the ARMv8-M ports that caused BASEPRI to be masked
@@ -18,6 +31,7 @@ Changes between FreeRTOS V10.4.1 and FreeRTOS V10.4.2 released November 10 2020
1831
1932
2033Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020
34+
2135 See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
2236
2337 + Fixed an incorrectly named parameter that prevented the
You can’t perform that action at this time.
0 commit comments