From 382b4535db28ab6851bd885515c8c64b13b33650 Mon Sep 17 00:00:00 2001 From: David Chalco Date: Fri, 6 Nov 2020 23:43:52 -0800 Subject: [PATCH] Update History.txt for 10.4.2 --- History.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/History.txt b/History.txt index bb3e4e71c..1a9dfd9fb 100644 --- a/History.txt +++ b/History.txt @@ -1,5 +1,18 @@ Documentation and download available at https://www.FreeRTOS.org/ +Changes between FreeRTOS V10.4.1 and FreeRTOS V10.4.2 released November 9 2020 + See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html + + + 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 + + Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020 See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html