File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
2
6
3
7
+ Introduce configRUN_TIME_COUNTER_TYPE which enables developers to define
4
8
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
25
29
this change.
26
30
27
31
28
- Documentation and download available at https://www.FreeRTOS.org/
29
-
30
32
Changes between FreeRTOS V10.4.3 and FreeRTOS V10.4.4 released May 28 2021
31
33
+ Minor performance improvements to xTaskIncrementTick() achieved by providing
32
34
macro versions of uxListRemove() and vListInsertEnd().
You can’t perform that action at this time.
0 commit comments