Merge pull request #2 from GorgonMeducer/CMSIS-Pack

cmsis pack 1.6.1
This commit is contained in:
Gabriel Wang 2021-11-04 23:00:29 +00:00 committed by GitHub
commit 6991aa5878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 101 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<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://github.com/GorgonMeducer/perf_counter/blob/main/cmsis-pack/GorgonMeducer.perf_counter.1.6.0.pack</url>
<url>https://github.com/GorgonMeducer/perf_counter/blob/main/cmsis-pack/</url>
<supportContact>https://github.com/GorgonMeducer/perf_counter/issues</supportContact>
<license>lib/LICENSE</license>
<!-- optional license file -->
@ -14,10 +14,15 @@
-->
<releases>
<release version="1.6.0">
<release date="2021-11-04" version="1.6.1">
- Add GCC support to CMSIS-Pack
</release>
<release date="2021-11-04" version="1.6.0">
- Add CMSIS-Pack
- Enhance support for IAR and GCC
</release>
</releases>
<keywords>
@ -26,7 +31,19 @@
<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>
@ -58,12 +75,12 @@
-->
<components>
<component Cclass="Utilities" Cgroup="Performance" Csub="perf_counter" Cversion="1.6.0">
<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="doc" name="Docs/MySWComp.htm"/>-->
<file category="header" name="lib/perf_counter.h"/>
<file category="library" name="lib/perf_counter.lib"/>
<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>

Binary file not shown.

View File

@ -0,0 +1,77 @@
<?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://github.com/GorgonMeducer/perf_counter/blob/main/cmsis-pack/</url>
<supportContact>https://github.com/GorgonMeducer/perf_counter/issues</supportContact>
<license>lib/LICENSE</license>
<!-- optional license file -->
<!--
<license>
</license>
-->
<releases>
<release version="1.6.0">
- Add CMSIS-Pack
- Enhance support for IAR and GCC
</release>
</releases>
<keywords>
<!-- keywords for indexing -->
<keyword>Cortex-M</keyword>
<keyword>SysTick</keyword>
<keyword>Performance Analaysis</keyword>
</keywords>
<!-- 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.0">
<description>A dedicated performance counter for Cortex-M systick.</description>
<files>
<!--<file category="doc" name="Docs/MySWComp.htm"/>-->
<file category="header" name="lib/perf_counter.h"/>
<file category="library" name="lib/perf_counter.lib"/>
</files>
</component>
</components>
<!-- optional taxonomy section for defining new component Class and Group names -->
<!--
<taxonomy>
</taxonomy>
-->
</package>