Skip to content

Commit

Permalink
Update example environment ARM.CMSIS-View.pdsc
Browse files Browse the repository at this point in the history
environment name changed to csolution instead of cmsis.
  • Loading branch information
jkrech authored Feb 7, 2024
1 parent e1fabca commit 930ad75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARM.CMSIS-View.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@
<description>Example that shows the usage of start/stop events for statistical code profiling with the Event Statistics window.</description>
<board name="V2M-MPS3-SSE-300-FVP" vendor="ARM"/>
<project>
<environment name="cmsis" load="EventStatistic.csolution.yml"/>
<environment name="csolution" load="EventStatistic.csolution.yml"/>
</project>
</example>
<example name="Fault example" folder="Examples/Fault/B-U585I-IOT02A" doc="README.md">
<description>Example that shows the usage of Fault component on an Cortex-M33 with TrustZone.</description>
<board name="B-U585I-IOT02A" vendor="STMicroelectronics"/>
<project>
<environment name="cmsis" load="Fault.csolution.yml"/>
<environment name="csolution" load="Fault.csolution.yml"/>
</project>
</example>
</examples>
Expand Down

0 comments on commit 930ad75

Please sign in to comment.