mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
92 lines
2.9 KiB
Plaintext
92 lines
2.9 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<package schemaVersion="1.4" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd">
|
||
|
<vendor>GorgonMeducer</vendor>
|
||
|
<name>perf_counter</name>
|
||
|
<description>A dedicated performance counter for Cortex-M systick. It shares the SysTick with users' original SysTick function without interfere it. This library will bring new functionalities, such as performance counter, delay_us and clock() service defined in time.h</description>
|
||
|
<url>https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/</url>
|
||
|
<supportContact>https://github.com/GorgonMeducer/perf_counter/issues</supportContact>
|
||
|
<license>lib/LICENSE</license>
|
||
|
<!-- optional license file -->
|
||
|
<!--
|
||
|
<license>
|
||
|
</license>
|
||
|
-->
|
||
|
|
||
|
<repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository>
|
||
|
|
||
|
<releases>
|
||
|
<release date="2021-11-04" version="1.6.1" url="https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/GorgonMeducer.perf_counter.1.6.1.pack">
|
||
|
- Add GCC support to CMSIS-Pack
|
||
|
</release>
|
||
|
|
||
|
</releases>
|
||
|
|
||
|
<keywords>
|
||
|
<!-- keywords for indexing -->
|
||
|
<keyword>Cortex-M</keyword>
|
||
|
<keyword>SysTick</keyword>
|
||
|
<keyword>Performance Analaysis</keyword>
|
||
|
</keywords>
|
||
|
|
||
|
<conditions>
|
||
|
<condition id="Arm Compiler">
|
||
|
<description>Arm Compiler 5 (armcc) or Arm Compiler 6 (armclang).</description>
|
||
|
<accept Tcompiler="ARMCC" Toptions="AC6"/>
|
||
|
<accept Tcompiler="ARMCC" Toptions="AC6LTO"/>
|
||
|
<accept Tcompiler="ARMCC" Toptions="AC5"/>
|
||
|
</condition>
|
||
|
<condition id="Arm GCC">
|
||
|
<description>GNU Tools for Arm Embedded Processors.</description>
|
||
|
<accept Tcompiler="GCC"/>
|
||
|
</condition>
|
||
|
</conditions>
|
||
|
<!-- apis section (optional - for Application Programming Interface descriptions) -->
|
||
|
<!--
|
||
|
<apis>
|
||
|
</apis>
|
||
|
-->
|
||
|
|
||
|
<!-- boards section (mandatory for Board Support Packs) -->
|
||
|
<!--
|
||
|
<boards>
|
||
|
</boards>
|
||
|
-->
|
||
|
|
||
|
<!-- devices section (mandatory for Device Family Packs) -->
|
||
|
<!--
|
||
|
<devices>
|
||
|
</devices>
|
||
|
-->
|
||
|
|
||
|
<!-- examples section (optional for all Software Packs)-->
|
||
|
<!--
|
||
|
<examples>
|
||
|
</examples>
|
||
|
-->
|
||
|
|
||
|
<!-- conditions section (optional for all Software Packs)-->
|
||
|
<!--
|
||
|
<conditions>
|
||
|
</conditions>
|
||
|
-->
|
||
|
|
||
|
<components>
|
||
|
<component Cclass="Utilities" Cgroup="Performance" Csub="perf_counter" Cversion="1.6.1" >
|
||
|
<description>A dedicated performance counter for Cortex-M systick.</description>
|
||
|
<files>
|
||
|
<file category="header" name="lib/perf_counter.h"/>
|
||
|
<file category="library" name="lib/perf_counter.lib" condition="Arm Compiler"/>
|
||
|
<file category="library" name="lib/libperf_counter_gcc.a" condition="Arm GCC"/>
|
||
|
</files>
|
||
|
</component>
|
||
|
</components>
|
||
|
|
||
|
<!-- optional taxonomy section for defining new component Class and Group names -->
|
||
|
<!--
|
||
|
<taxonomy>
|
||
|
</taxonomy>
|
||
|
-->
|
||
|
|
||
|
</package>
|