Skip to content

Commit

Permalink
Update GorgonMeducer.perf_counter.pdsc
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jul 27, 2024
1 parent e4db44d commit a1c8e68
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions GorgonMeducer.perf_counter.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,25 @@
<accept Tcompiler="GCC"/>
</condition>

<condition id="Armv8.1-M Processors">
<accept Dcore="ARMV81MML"/>
<accept Dcore="Cortex-M55"/>
<accept Dcore="Cortex-M85"/>
<accept Dcore="Cortex-M52"/>
</condition>


<condition id="Armv8-M Processors">
<accept Dcore="ARMV8MBL"/>
<accept Dcore="ARMV8MML"/>
<accept Dcore="ARMV81MML"/>

<accept Dcore="Star-MC1"/>
<accept Dcore="Cortex-M23"/>
<accept Dcore="Cortex-M33"/>
<accept Dcore="Cortex-M35P"/>
<accept Dcore="Cortex-M55"/>
<accept Dcore="Cortex-M85"/>

<accept condition="Armv8.1-M Processors"/>

</condition>

<condition id="Previous Generation Cortex-M Processors">
Expand Down Expand Up @@ -191,12 +199,7 @@
<condition id="PMU Devices">
<description>Require Perf_Counter Core</description>
<require condition="perf_counter" />
<accept Dcore="ARMV8MML"/>
<accept Dcore="ARMV81MML"/>
<accept Dcore="Cortex-M33"/>
<accept Dcore="Cortex-M35P"/>
<accept Dcore="Cortex-M55"/>
<accept Dcore="Cortex-M85"/>
<require condition="Armv8.1-M Processors" />
</condition>

<condition id="Cortex-M Arm GCC">
Expand Down

0 comments on commit a1c8e68

Please sign in to comment.