Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example environment ARM.CMSIS-View.pdsc #108

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading