File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
Documentation and download available at https://www.FreeRTOS.org/
2
2
3
+ Changes between FreeRTOS V10.4.1 and FreeRTOS V10.4.2 released November 9 2020
4
+ See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
5
+
6
+ + Fix an issue in the ARMv8-M ports that caused BASEPRI to be masked
7
+ between the first task starting to execute and that task making
8
+ a FreeRTOS API call.
9
+ + Introduced xTaskDelayUntil(), which is functionally equivalent to
10
+ vTaskDelayUntil(), with the addition of returning a value to
11
+ indicating whether or not the function placed the calling task into
12
+ the Blocked state or not.
13
+ + Update WolfSSL to 4.5.0 and add the FIPS ready demo.
14
+ + Add support for ESP IDF 4.2 to ThirdParty Xtensa port.
15
+ + Re-introduce uxTopUsedPriority to support OpenOCD debugging.
16
+ + Convert most dependent libraries in FreeRTOS/FreeRTOS to submodules.
17
+ + Various general maintenance and improvements to MISRA compliance.
18
+
19
+
3
20
Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020
4
21
See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
5
22
You can’t perform that action at this time.
0 commit comments