|
|
@@ -16,7 +16,11 @@
|
|
|
<repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository>
|
|
|
|
|
|
<releases>
|
|
|
- <release date="2023-06-12" version="2.2.2" url="https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/GorgonMeducer.perf_counter.2.2.2.pack">
|
|
|
+ <release date="2023-08-30" version="2.2.3" url="https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/GorgonMeducer.perf_counter.2.2.3.pack">
|
|
|
+ - Mitigate time-rolling-back issue when calling get_system_ticks in exception handlers that have higher priorities than the SysTick_Handler.
|
|
|
+ - Other minor updates
|
|
|
+ </release>
|
|
|
+ <release date="2023-06-12" version="2.2.2" url="https://github.com/GorgonMeducer/perf_counter/raw/124e98b3517aa46122ec7987c7726a065491823e/cmsis-pack/GorgonMeducer.perf_counter.2.2.2.pack">
|
|
|
- Add __cpu_time__
|
|
|
- Support reconfiguring the SysTick
|
|
|
- Suppress warnings
|
|
|
@@ -243,7 +247,7 @@
|
|
|
-->
|
|
|
|
|
|
<components>
|
|
|
- <component Cclass="Utilities" Cversion="2.2.2" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
|
|
+ <component Cclass="Utilities" Cversion="2.2.3" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
|
|
<description>A dedicated performance counter for Cortex-M systick.</description>
|
|
|
<files>
|
|
|
<file category="header" name="lib/perf_counter.h"/>
|
|
|
@@ -261,7 +265,7 @@
|
|
|
#define __PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__ 1
|
|
|
</Pre_Include_Global_h>
|
|
|
</component>
|
|
|
- <component Cclass="Utilities" Cversion="2.2.2" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
|
|
+ <component Cclass="Utilities" Cversion="2.2.3" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
|
|
<description>A dedicated performance counter for Cortex-M systick.</description>
|
|
|
<files>
|
|
|
<file category="header" name="lib/perf_counter.h"/>
|
|
|
@@ -304,7 +308,7 @@
|
|
|
</Pre_Include_Global_h>
|
|
|
</component>
|
|
|
|
|
|
- <component Cclass="Utilities" Cversion="2.2.2" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
|
|
+ <component Cclass="Utilities" Cversion="2.2.3" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
|
|
<description>A Patch for RTX5</description>
|
|
|
<files>
|
|
|
<file category="source" name="lib/perf_os_patch_rtx5.c"/>
|
|
|
@@ -316,7 +320,7 @@
|
|
|
</Pre_Include_Global_h>
|
|
|
</component>
|
|
|
|
|
|
- <component Cclass="Utilities" Cversion="2.2.2" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
|
|
+ <component Cclass="Utilities" Cversion="2.2.3" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
|
|
<description>A Patch for FreeRTOS</description>
|
|
|
<files>
|
|
|
<file category="source" name="lib/perf_os_patch_freertos.c"/>
|
|
|
@@ -339,7 +343,7 @@ extern void __freertos_evr_on_task_switched_in(void *ptTCB, unsigned int uxTopPr
|
|
|
</Pre_Include_Global_h>
|
|
|
</component>
|
|
|
|
|
|
- <component Cclass="Utilities" Cversion="2.2.2" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
|
|
+ <component Cclass="Utilities" Cversion="2.2.3" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
|
|
<description>A Patch for RT-Thread</description>
|
|
|
<files>
|
|
|
<file category="source" name="lib/perf_os_patch_rt_thread.c"/>
|
|
|
@@ -357,7 +361,7 @@ extern void __rt_thread_scheduler_hook(struct rt_thread *from, struct rt_thread
|
|
|
</Pre_Include_Global_h>
|
|
|
</component>
|
|
|
|
|
|
- <component Cclass="Utilities" Cversion="2.2.2" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
|
|
+ <component Cclass="Utilities" Cversion="2.2.3" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
|
|
<description>A Patch for ThreadX</description>
|
|
|
<files>
|
|
|
<file category="source" name="lib/perf_os_patch_threadx.c"/>
|