mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-02-07 19:34:18 +08:00
minor update
This commit is contained in:
parent
a9f8249b95
commit
0eb31ba258
@ -243,7 +243,7 @@
|
||||
-->
|
||||
|
||||
<components>
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +261,7 @@
|
||||
#define __PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__ 1
|
||||
</Pre_Include_Global_h>
|
||||
</component>
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +304,7 @@
|
||||
</Pre_Include_Global_h>
|
||||
</component>
|
||||
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +316,7 @@
|
||||
</Pre_Include_Global_h>
|
||||
</component>
|
||||
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +339,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-dev" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +357,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-dev" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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"/>
|
||||
|
Binary file not shown.
@ -243,7 +243,7 @@
|
||||
-->
|
||||
|
||||
<components>
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Library" condition="CMSIS-CORE">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +261,7 @@
|
||||
#define __PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__ 1
|
||||
</Pre_Include_Global_h>
|
||||
</component>
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="Core" Cvariant="Source" isDefaultVariant="true" condition="CMSIS-CORE">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +304,7 @@
|
||||
</Pre_Include_Global_h>
|
||||
</component>
|
||||
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="RTX5 Patch" condition="RTX5 Patch">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +316,7 @@
|
||||
</Pre_Include_Global_h>
|
||||
</component>
|
||||
|
||||
<component Cclass="Utilities" Cversion="2.2.2-dev" Cgroup="perf_counter" Csub="FreeRTOS Patch" condition="perf_counter">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +339,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-dev" Cgroup="perf_counter" Csub="RT-Thread Patch" condition="perf_counter">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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 +357,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-dev" Cgroup="perf_counter" Csub="ThreadX Patch" condition="perf_counter">
|
||||
<component Cclass="Utilities" Cversion="2.2.2" 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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user