Removed a condition on compiler in CMSIS-DSP pack file

pull/100/merge
Christophe Favergeon 2 years ago
parent 03222992b2
commit 7f6c656418

@ -16,18 +16,11 @@
<!-- conditions are dependency rules that can apply to a component or an individual file --> <!-- conditions are dependency rules that can apply to a component or an individual file -->
<conditions> <conditions>
<!-- compiler -->
<condition id="ARMCC GCC IAR">
<accept Tcompiler="ARMCC"/>
<accept Tcompiler="GCC"/>
<accept Tcompiler="IAR"/>
</condition>
<!-- CMSIS --> <!-- CMSIS -->
<condition id="CMSISCORE"> <condition id="CMSISCORE">
<description>Components required for CMSIS Core</description> <description>Components required for CMSIS Core</description>
<require condition="ARMCC GCC IAR"/>
<require Cclass="CMSIS" Cgroup="CORE"/> <require Cclass="CMSIS" Cgroup="CORE"/>
</condition> </condition>

Loading…
Cancel
Save