Commit 7f6c6564 authored by Christophe Favergeon's avatar Christophe Favergeon
Browse files

Removed a condition on compiler in CMSIS-DSP pack file

parent 03222992
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -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>