mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 17:17:44 -04:00
Update History.txt
This commit is contained in:
parent
382b4535db
commit
def8edba82
1 changed files with 10 additions and 6 deletions
16
History.txt
16
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
|
+ 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
|
between the first task starting to execute and that task making
|
||||||
a FreeRTOS API call
|
a FreeRTOS API call.
|
||||||
+ Update WolfSSL to 4.5.0 and add the FIPS ready demo
|
+ Introduced xTaskDelayUntil(), which is functionally equivalent to
|
||||||
+ Add support for ESP IDF 4.2 to ThirdParty Xtensa port
|
vTaskDelayUntil(), with the addition of returning a value to
|
||||||
+ Re-introduce uxTopUsedPriority to support OpenOCD debugging
|
indicating whether or not the function placed the calling task into
|
||||||
+ Convert most dependent libraries in FreeRTOS/FreeRTOS to submodules
|
the Blocked state or not.
|
||||||
+ Various general maintenance and improvements to MISRA compliance
|
+ 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
|
Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue