From def8edba8283e9a6aff398fbd7dc51b3ab3a5af1 Mon Sep 17 00:00:00 2001 From: RichardBarry <3073890+RichardBarry@users.noreply.github.com> Date: Sat, 7 Nov 2020 12:20:37 -0800 Subject: [PATCH] Update History.txt --- History.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/History.txt b/History.txt index 1a9dfd9fb..cb500e219 100644 --- a/History.txt +++ b/History.txt @@ -5,12 +5,16 @@ Changes between FreeRTOS V10.4.1 and FreeRTOS V10.4.2 released November 9 2020 + Fix an issue in the ARMv8-M ports that caused BASEPRI to be masked between the first task starting to execute and that task making - a FreeRTOS API call - + Update WolfSSL to 4.5.0 and add the FIPS ready demo - + Add support for ESP IDF 4.2 to ThirdParty Xtensa port - + Re-introduce uxTopUsedPriority to support OpenOCD debugging - + Convert most dependent libraries in FreeRTOS/FreeRTOS to submodules - + Various general maintenance and improvements to MISRA compliance + a FreeRTOS API call. + + Introduced xTaskDelayUntil(), which is functionally equivalent to + vTaskDelayUntil(), with the addition of returning a value to + indicating whether or not the function placed the calling task into + the Blocked state or not. + + Update WolfSSL to 4.5.0 and add the FIPS ready demo. + + Add support for ESP IDF 4.2 to ThirdParty Xtensa port. + + Re-introduce uxTopUsedPriority to support OpenOCD debugging. + + Convert most dependent libraries in FreeRTOS/FreeRTOS to submodules. + + Various general maintenance and improvements to MISRA compliance. Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020