Skip to content

Commit

Permalink
Update History.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Sep 10, 2021
1 parent 9e84a0e commit cb0757e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions History.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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().
Expand Down

0 comments on commit cb0757e

Please sign in to comment.