Skip to content

Commit cb0757e

Browse files
committed
Update History.txt
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 9e84a0e commit cb0757e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

History.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5
1+
Documentation and download available at https://www.FreeRTOS.org/
2+
3+
Changes between FreeRTOS V10.4.4 and FreeRTOS V10.4.5 released September 10 2021
4+
5+
See https://www.FreeRTOS.org/FreeRTOS-V10.4.5.html
26

37
+ Introduce configRUN_TIME_COUNTER_TYPE which enables developers to define
48
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
2529
this change.
2630

2731

28-
Documentation and download available at https://www.FreeRTOS.org/
29-
3032
Changes between FreeRTOS V10.4.3 and FreeRTOS V10.4.4 released May 28 2021
3133
+ Minor performance improvements to xTaskIncrementTick() achieved by providing
3234
macro versions of uxListRemove() and vListInsertEnd().

0 commit comments

Comments
 (0)