diff --git a/GorgonMeducer.perf_counter.pdsc b/GorgonMeducer.perf_counter.pdsc index 3f6728e..00fc444 100644 --- a/GorgonMeducer.perf_counter.pdsc +++ b/GorgonMeducer.perf_counter.pdsc @@ -16,6 +16,12 @@ https://github.com/GorgonMeducer/perf_counter.git + + Release v2.4.0 + - Avoid time roll-back in some corner cases + - Add macros for PT + - Some minor fixes + Release v2.3.3 - Enhance foreach() and with() with __typeof__() @@ -147,6 +153,7 @@ GNU Tools for Arm Embedded Processors. + @@ -308,7 +315,7 @@ --> - + A dedicated performance counter for Cortex-M systick. @@ -329,7 +336,7 @@ - + A dedicated performance counter for Cortex-M systick. @@ -345,8 +352,8 @@ A user define system timer - - + + @@ -406,7 +413,7 @@ - + A Patch for RTX5 @@ -418,7 +425,7 @@ - + A Patch for FreeRTOS @@ -441,7 +448,7 @@ extern void __freertos_evr_on_task_switched_in(void *ptTCB, unsigned int uxTopPr - + A Patch for RT-Thread @@ -459,7 +466,7 @@ extern void __rt_thread_scheduler_hook(struct rt_thread *from, struct rt_thread - + A Patch for ThreadX