mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Update History.txt
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
9e84a0e3d2
commit
cb0757ee0b
|
@ -1,4 +1,8 @@
|
|||
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5
|
||||
Documentation and download available at https://www.FreeRTOS.org/
|
||||
|
||||
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5 released September 10 2021
|
||||
|
||||
See https://www.FreeRTOS.org/FreeRTOS-V10.4.5.html
|
||||
|
||||
+ Introduce configRUN_TIME_COUNTER_TYPE which enables developers to define
|
||||
the type used to hold run time statistic counters. Defaults to uint32_t
|
||||
|
@ -25,8 +29,6 @@ Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5
|
|||
this change.
|
||||
|
||||
|
||||
Documentation and download available at https://www.FreeRTOS.org/
|
||||
|
||||
Changes between FreeRTOS V10.4.3 and FreeRTOS V10.4.4 released May 28 2021
|
||||
+ Minor performance improvements to xTaskIncrementTick() achieved by providing
|
||||
macro versions of uxListRemove() and vListInsertEnd().
|
||||
|
|
Loading…
Reference in a new issue