Skip to content

Commit cf5c8b3

Browse files
Update History.txt for 10.4.2 (#216)
* Update History.txt for 10.4.2 * Update History.txt Co-authored-by: RichardBarry <[email protected]>
1 parent ebbe2cf commit cf5c8b3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

History.txt

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
Documentation and download available at https://www.FreeRTOS.org/
22

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+
320
Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020
421
See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
522

0 commit comments

Comments
 (0)