Skip to content

Commit

Permalink
Removed a condition on compiler in CMSIS-DSP pack file
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jul 5, 2023
1 parent 0322299 commit 7f6c656
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ARM.CMSIS-DSP.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@

<!-- conditions are dependency rules that can apply to a component or an individual file -->
<conditions>
<!-- compiler -->
<condition id="ARMCC GCC IAR">
<accept Tcompiler="ARMCC"/>
<accept Tcompiler="GCC"/>
<accept Tcompiler="IAR"/>
</condition>



<!-- CMSIS -->
<condition id="CMSISCORE">
<description>Components required for CMSIS Core</description>
<require condition="ARMCC GCC IAR"/>
<require Cclass="CMSIS" Cgroup="CORE"/>
</condition>

Expand Down

0 comments on commit 7f6c656

Please sign in to comment.