mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-02-07 19:34:18 +08:00
update pack
This commit is contained in:
parent
3891437ae1
commit
0a84512a24
@ -242,7 +242,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<components>
|
<components>
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
||||||
<description>A dedicated performance counter for Cortex-M systick.</description>
|
<description>A dedicated performance counter for Cortex-M systick.</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="header" name="lib/perf_counter.h"/>
|
<file category="header" name="lib/perf_counter.h"/>
|
||||||
@ -260,7 +260,7 @@
|
|||||||
#define __PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__ 1
|
#define __PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__ 1
|
||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
||||||
<description>A dedicated performance counter for Cortex-M systick.</description>
|
<description>A dedicated performance counter for Cortex-M systick.</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="header" name="lib/perf_counter.h"/>
|
<file category="header" name="lib/perf_counter.h"/>
|
||||||
@ -303,7 +303,7 @@
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
||||||
<description>A Patch for RTX5</description>
|
<description>A Patch for RTX5</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_rtx5.c"/>
|
<file category="source" name="lib/perf_os_patch_rtx5.c"/>
|
||||||
@ -315,7 +315,7 @@
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
||||||
<description>A Patch for FreeRTOS</description>
|
<description>A Patch for FreeRTOS</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_freertos.c"/>
|
<file category="source" name="lib/perf_os_patch_freertos.c"/>
|
||||||
@ -338,7 +338,7 @@ extern void __freertos_evr_on_task_switched_in(void *ptTCB, unsigned int uxTopPr
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
||||||
<description>A Patch for RT-Thread</description>
|
<description>A Patch for RT-Thread</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_rt_thread.c"/>
|
<file category="source" name="lib/perf_os_patch_rt_thread.c"/>
|
||||||
@ -356,7 +356,7 @@ extern void __rt_thread_scheduler_hook(struct rt_thread *from, struct rt_thread
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.1.1" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
||||||
<description>A Patch for ThreadX</description>
|
<description>A Patch for ThreadX</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_threadx.c"/>
|
<file category="source" name="lib/perf_os_patch_threadx.c"/>
|
||||||
|
Binary file not shown.
@ -242,7 +242,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<components>
|
<components>
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
||||||
<description>A dedicated performance counter for Cortex-M systick.</description>
|
<description>A dedicated performance counter for Cortex-M systick.</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="header" name="lib/perf_counter.h"/>
|
<file category="header" name="lib/perf_counter.h"/>
|
||||||
@ -260,7 +260,7 @@
|
|||||||
#define __PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__ 1
|
#define __PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__ 1
|
||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
||||||
<description>A dedicated performance counter for Cortex-M systick.</description>
|
<description>A dedicated performance counter for Cortex-M systick.</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="header" name="lib/perf_counter.h"/>
|
<file category="header" name="lib/perf_counter.h"/>
|
||||||
@ -303,7 +303,7 @@
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
||||||
<description>A Patch for RTX5</description>
|
<description>A Patch for RTX5</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_rtx5.c"/>
|
<file category="source" name="lib/perf_os_patch_rtx5.c"/>
|
||||||
@ -315,7 +315,7 @@
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
||||||
<description>A Patch for FreeRTOS</description>
|
<description>A Patch for FreeRTOS</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_freertos.c"/>
|
<file category="source" name="lib/perf_os_patch_freertos.c"/>
|
||||||
@ -338,7 +338,7 @@ extern void __freertos_evr_on_task_switched_in(void *ptTCB, unsigned int uxTopPr
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.2.1" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
||||||
<description>A Patch for RT-Thread</description>
|
<description>A Patch for RT-Thread</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_rt_thread.c"/>
|
<file category="source" name="lib/perf_os_patch_rt_thread.c"/>
|
||||||
@ -356,7 +356,7 @@ extern void __rt_thread_scheduler_hook(struct rt_thread *from, struct rt_thread
|
|||||||
</Pre_Include_Global_h>
|
</Pre_Include_Global_h>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component Cclass="Utilities" Cversion="2.1.1" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
||||||
<description>A Patch for ThreadX</description>
|
<description>A Patch for ThreadX</description>
|
||||||
<files>
|
<files>
|
||||||
<file category="source" name="lib/perf_os_patch_threadx.c"/>
|
<file category="source" name="lib/perf_os_patch_threadx.c"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user