Skip to content

Commit

Permalink
update cmsis-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jul 6, 2024
1 parent 7ff4238 commit 82a80d9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
12 changes: 7 additions & 5 deletions GorgonMeducer.perf_counter.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,24 @@
<repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository>

<releases>
<release version="9.9.9" tag="9.9.9">
Developing...
<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="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
- Fixed PMU-SysTick-overflow-miscounting issue
- Other minor changes.
</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
- Support porting to a different architecture
- Support Armv8.1-m PMU
* Add __cpu_perf__() for CPI and L1 DCache miss rate
- Some other minor changes.
</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 an API for checking stack overflow
- Improve the support for the Arm Compiler 6.21
Expand Down
Binary file not shown.
7 changes: 6 additions & 1 deletion cmsis-pack/GorgonMeducer.perf_counter.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository>

<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 v2.3.1
- Fixed PMU-SysTick-overflow-miscounting issue
Expand All @@ -28,7 +33,7 @@
* Add __cpu_perf__() for CPI and L1 DCache miss rate
- Some other minor changes.
</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 an API for checking stack overflow
- Improve the support for the Arm Compiler 6.21
Expand Down
4 changes: 2 additions & 2 deletions cmsis-pack/GorgonMeducer.pidx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
<vendor>GorgonMeducer</vendor>
<url>https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/</url>
<timestamp>2024-03-12</timestamp>
<timestamp>2024-07-6</timestamp>
<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>
</index>

0 comments on commit 82a80d9

Please sign in to comment.