From b6f7fa9c9243717149fb8864a84357d401bb5f7b Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Sun, 8 Dec 2024 19:12:34 +0000 Subject: [PATCH] Update GorgonMeducer.perf_counter.pdsc --- GorgonMeducer.perf_counter.pdsc | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) 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