Skip to content

Commit

Permalink
Added MLEK example, reworded the Corellium AVH reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vovamarch committed Oct 14, 2024
1 parent 122e5fe commit f3e03c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions DoxyGen/examples/src/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Example | Description
[AVH-Hello](https://github.com/Arm-Examples/AVH-Hello) | Hello world example for AVH FVPs with support of GitHub Actions for build and run
[AVH_CI_Template](https://github.com/Arm-Examples/AVH_CI_Template) | Simple example with unit tests that shows the CI setup with AVH FVPs using GitHub Actions
[AVH-VSI](https://github.com/Arm-Examples/AVH-VSI) | Simple examples that demonstrate use of Virtual Streaming Interface (VSI) in different use cases
[MLEK Examples](https://github.com/Arm-Examples/mlek-cmsis-pack-examples) | A set of ML examples such as keyword spotting and object detection that run on Corstone-3xx AVH FVPs as well as on real hardware boards.
[AVH-MLOps](https://github.com/ARM-software/AVH-MLOps) | A set of tools and software components and examples showcasing MLOps systems with AVH FVPs
[SDS Buffer](https://github.com/ARM-software/SDS-Framework/tree/main/examples/sds_buffer) | This project shows how to use Synchronous Data Stream Recorder Buffer (Non-Blocking Read/Write to circular buffer)
[CMSIS-Core Validation](https://github.com/ARM-software/CMSIS_6/tree/main/CMSIS/CoreValidation) | Test suite for validating CMSIS-Core implementations on Cortex-M cores using different toolchains and AVH FVPs
Expand Down
6 changes: 4 additions & 2 deletions DoxyGen/overview/src/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ AVH supports the software development cycle of embedded, IoT, and ML application

![AVH FVP: Arm Virtual Hardware with Fixed Virtual Platforms - Overview](./images/avh_overview.png)

Note that this documentation is dedicated to the **AVH FVPs**: Arm Virtual Hardware with Fixed Virtual Platforms, for details about AVH Corellium refer to [AVH Corellium Users's Guide](https://developer.arm.com/docs/107660).
> **Note:**
> - This documentation is dedicated to the **AVH FVPs**: Arm Virtual Hardware with Fixed Virtual Platforms.
> - For details about Arm Virtual Hardware board models powered by **Corellium** refer to [Corellium AVH Support Center](https://support.avh.corellium.com/).
# AVH FVP Models {#avh_models}

AVH FVP simulation models are standalone programs that gets executed in the target environment and enable execution of firmware programs on virtual targets.

- Precise simulation models of Arm Cortex-M based reference platforms, such as Corstone-315/310/300. Learn more at [Simulation](../../simulation/html/index.html).
- Precise simulation models of Arm Cortex-M based reference platforms, such as Corstone-3xx. Learn more at [Simulation](../../simulation/html/index.html).
- Available for cloud-native and desktop environments. See [Infrastructure](../../infrastructure/html/index.html) for details.

# AVH FVP Infrastructure {#avh_integrations}
Expand Down
2 changes: 1 addition & 1 deletion DoxyGen/simulation/src/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The table below lists the available models:
<td>FVP_Corstone_SSE-300</td><td>Cortex-M55 </td><td>[Arm Corstone SSE-300 FVP](https://developer.arm.com/documentation/100966/latest/Arm--Corstone-SSE-300-FVP) </td></tr>
<tr>
<td>FVP_MPS2_Cortex-M85 </td><td>Cortex-M85 (2x) </td><td>[FVP_MPS2_Cortex-M85 in FVP Reference Guide](https://developer.arm.com/documentation/100966/latest/MPS2-Platform-FVPs/FVP-MPS2-Cortex-M85).<br/>
It is recommended to use Corstone-310/315 FVP models for Cortex-M85. </td></tr>
It is recommended to use Corstone-320/315/310 FVP models for Cortex-M85. </td></tr>
<tr>
<td>FVP_MPS2_Cortex-M55 </td><td>Cortex-M55 (2x) </td><td>[FVP_MPS2_Cortex-M55 in FVP Reference Guide](https://developer.arm.com/documentation/100966/latest/MPS2-Platform-FVPs/FVP-MPS2-Cortex-M55).<br/>
It is recommended to use Corstone-300 FVP models for Cortex-M55. </td></tr>
Expand Down

0 comments on commit f3e03c3

Please sign in to comment.