Skip to content

Commit

Permalink
Remove dependency on Device:Startup component
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech authored May 2, 2024
1 parent 9143953 commit c93d956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ARM.CMSIS-RTX.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -423,15 +423,13 @@
<require condition="Compiler"/>
<require Cclass="CMSIS" Cgroup="CORE"/>
<require Cclass="CMSIS" Cgroup="OS Tick"/>
<require Cclass="Device" Cgroup="Startup"/>
</condition>
<condition id="RTX5 NS">
<description>Components required for RTX5 in Non-secure domain</description>
<require condition="ARMv8-M Device with TZ Non-secure"/>
<require condition="Compiler"/>
<require Cclass="CMSIS" Cgroup="CORE"/>
<require Cclass="CMSIS" Cgroup="OS Tick"/>
<require Cclass="Device" Cgroup="Startup"/>
</condition>

</conditions>
Expand Down

0 comments on commit c93d956

Please sign in to comment.