mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
add 1.6.1
This commit is contained in:
parent
7bee95f499
commit
ecf3599eb2
@ -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>
|
||||
@ -27,6 +32,18 @@
|
||||
<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="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.
BIN
cmsis-pack/GorgonMeducer.perf_counter.1.6.1.pack
Normal file
BIN
cmsis-pack/GorgonMeducer.perf_counter.1.6.1.pack
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user