Skip to content

Commit 7825a40

Browse files
authored
Updated History.txt for V10.4.3 (#232)
1 parent a48f137 commit 7825a40

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

History.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Documentation 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+
315
Changes 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

2033
Changes 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

0 commit comments

Comments
 (0)