update cmsis-pack

This commit is contained in:
Gabriel Wang 2024-07-06 07:42:16 +01:00
parent 7ff42380cb
commit 82a80d951c
4 changed files with 15 additions and 8 deletions

View File

@ -16,22 +16,24 @@
<repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository> <repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository>
<releases> <releases>
<release version="9.9.9" tag="9.9.9"> <release date="2024-07-06" version="2.3.2" tag="v2.3.2" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.2/GorgonMeducer.perf_counter.2.3.2.pack">
Developing... Release v2.3.2
- Adds __perfc_sync_barrier__() and improves __cycleof__()
- Some minor fixes
</release> </release>
<release date="2024-03-12" version="2.3.1" tag="2.3.1" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.1/GorgonMeducer.perf_counter.2.3.1.pack"> <release date="2024-03-12" version="2.3.1" tag="v2.3.1" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.1/GorgonMeducer.perf_counter.2.3.1.pack">
Release v2.3.1 Release v2.3.1
- Fixed PMU-SysTick-overflow-miscounting issue - Fixed PMU-SysTick-overflow-miscounting issue
- Other minor changes. - Other minor changes.
</release> </release>
<release date="2024-02-28" version="2.3.0" tag="2.3.0" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.0/GorgonMeducer.perf_counter.2.3.0.pack"> <release date="2024-02-28" version="2.3.0" tag="v2.3.0" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.0/GorgonMeducer.perf_counter.2.3.0.pack">
Release v2.3.0 Release v2.3.0
- Support porting to a different architecture - Support porting to a different architecture
- Support Armv8.1-m PMU - Support Armv8.1-m PMU
* Add __cpu_perf__() for CPI and L1 DCache miss rate * Add __cpu_perf__() for CPI and L1 DCache miss rate
- Some other minor changes. - Some other minor changes.
</release> </release>
<release date="2023-10-19" version="2.2.4" tag="2.2.4" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.2.4/GorgonMeducer.perf_counter.2.2.4.pack"> <release date="2023-10-19" version="2.2.4" tag="v2.2.4" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.2.4/GorgonMeducer.perf_counter.2.2.4.pack">
- Add support for RT-Thread-nano - Add support for RT-Thread-nano
- Add an API for checking stack overflow - Add an API for checking stack overflow
- Improve the support for the Arm Compiler 6.21 - Improve the support for the Arm Compiler 6.21

View File

@ -16,6 +16,11 @@
<repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository> <repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository>
<releases> <releases>
<release date="2024-07-06" version="2.3.2" tag="v2.3.2" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.2/GorgonMeducer.perf_counter.2.3.2.pack">
Release v2.3.2
- Adds __perfc_sync_barrier__() and improves __cycleof__()
- Some minor fixes
</release>
<release date="2024-03-12" version="2.3.1" tag="v2.3.1" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.1/GorgonMeducer.perf_counter.2.3.1.pack"> <release date="2024-03-12" version="2.3.1" tag="v2.3.1" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.1/GorgonMeducer.perf_counter.2.3.1.pack">
Release v2.3.1 Release v2.3.1
- Fixed PMU-SysTick-overflow-miscounting issue - Fixed PMU-SysTick-overflow-miscounting issue
@ -28,7 +33,7 @@
* Add __cpu_perf__() for CPI and L1 DCache miss rate * Add __cpu_perf__() for CPI and L1 DCache miss rate
- Some other minor changes. - Some other minor changes.
</release> </release>
<release date="2023-10-19" version="2.2.4" tag="2.2.4" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.2.4/GorgonMeducer.perf_counter.2.2.4.pack"> <release date="2023-10-19" version="2.2.4" tag="v2.2.4" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.2.4/GorgonMeducer.perf_counter.2.2.4.pack">
- Add support for RT-Thread-nano - Add support for RT-Thread-nano
- Add an API for checking stack overflow - Add an API for checking stack overflow
- Improve the support for the Arm Compiler 6.21 - Improve the support for the Arm Compiler 6.21

View File

@ -2,8 +2,8 @@
<index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"> <index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
<vendor>GorgonMeducer</vendor> <vendor>GorgonMeducer</vendor>
<url>https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/</url> <url>https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/</url>
<timestamp>2024-03-12</timestamp> <timestamp>2024-07-6</timestamp>
<pindex> <pindex>
<pdsc url="https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/" vendor="GorgonMeducer" name="perf_counter" version="2.3.1"/> <pdsc url="https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/" vendor="GorgonMeducer" name="perf_counter" version="2.3.2"/>
</pindex> </pindex>
</index> </index>