Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Aggarwal <aggarg@amazon.com>2021-09-10 22:13:58 +0300
committerGaurav Aggarwal <aggarg@amazon.com>2021-09-10 22:13:58 +0300
commitcb0757ee0b8894090b82e75e83942e3c61a32245 (patch)
tree8d9d2ffd646f2ffe8ca5ac4ff4e04e268e6f93d6
parent9e84a0e3d2b3efa6fe0136b932b70e716910c9be (diff)
Update History.txtV10.4.5
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
-rw-r--r--History.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/History.txt b/History.txt
index 211b841f2..2095d8d6f 100644
--- a/History.txt
+++ b/History.txt
@@ -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().