diff --git a/DoxyGen/examples/src/main.md b/DoxyGen/examples/src/main.md index cd4b87f..a6d507c 100644 --- a/DoxyGen/examples/src/main.md +++ b/DoxyGen/examples/src/main.md @@ -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 diff --git a/DoxyGen/overview/src/main.md b/DoxyGen/overview/src/main.md index d16188b..1d01cce 100644 --- a/DoxyGen/overview/src/main.md +++ b/DoxyGen/overview/src/main.md @@ -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} diff --git a/DoxyGen/simulation/src/main.md b/DoxyGen/simulation/src/main.md index d40d745..6452d6a 100644 --- a/DoxyGen/simulation/src/main.md +++ b/DoxyGen/simulation/src/main.md @@ -31,7 +31,7 @@ The table below lists the available models: FVP_Corstone_SSE-300Cortex-M55 [Arm Corstone SSE-300 FVP](https://developer.arm.com/documentation/100966/latest/Arm--Corstone-SSE-300-FVP) FVP_MPS2_Cortex-M85 Cortex-M85 (2x) [FVP_MPS2_Cortex-M85 in FVP Reference Guide](https://developer.arm.com/documentation/100966/latest/MPS2-Platform-FVPs/FVP-MPS2-Cortex-M85).
-It is recommended to use Corstone-310/315 FVP models for Cortex-M85. +It is recommended to use Corstone-320/315/310 FVP models for Cortex-M85. FVP_MPS2_Cortex-M55 Cortex-M55 (2x) [FVP_MPS2_Cortex-M55 in FVP Reference Guide](https://developer.arm.com/documentation/100966/latest/MPS2-Platform-FVPs/FVP-MPS2-Cortex-M55).
It is recommended to use Corstone-300 FVP models for Cortex-M55.