diff --git a/profile/README.md b/profile/README.md index 401b143..1450e86 100644 --- a/profile/README.md +++ b/profile/README.md @@ -46,7 +46,7 @@ Arm offers for Edge AI development on the Cortex-M processor family and Ethos-U |:--------|:---------|:--------| | [CMSIS-MLEK-Examples](https://github.com/Arm-Examples/cmsis-mlek-examples) | Alif Ensemble E7 | Pre-configured machine learning (ML) projects using the ML Embedded Evaluation Kit. [Watch the related webinar](https://armkeil.blob.core.windows.net/developer/Files/videos/KeilStudio/20250812_Multicore_Alif.mp4). | | [SDS-Examples](https://github.com/Arm-Examples/SDS-Examples) | Various | Examples showing the usage of the Synchronous Data Streaming (SDS) Framework. [Watch the related webinar](https://armkeil.blob.core.windows.net/developer/Files/videos/KeilStudio/20250916_SDS_Webinar.mp4). | -| [CMSIS-Executorch](https://github.com/Arm-Examples/CMSIS-Executorch) | Ethos-U | Project template for embedded applications with Arm Ethos-U that use ExecuTorch AI models | +| [ModelNova](https://github.com/Arm-Examples/ModelNova) | Alif Ensemble E8, Ethos-U | Build Edge AI applications for Cortex-M/Ethos-U using Keil Studio, ModelNova Fusion Studio, and SDS-Framework. ### Functional Safety (FuSa RTS) @@ -56,8 +56,6 @@ The [MDK Professional Edition](https://www.keil.arm.com/keil-mdk/#mdk-v6-edition **[Watch this video](https://armkeil.blob.core.windows.net/developer/Files/videos/KeilStudio/20250930_FuSa_TRAVEO.mp4?#t=01:35 "Software development for safety critical applications")**, explore the projects below or read the section [**Functional Safety**](FuSa.md) to learn more. -
- | Example | Hardware | Content | |:--------|:---------|:---------| | [Safety-Example-Infineon-T2G](https://github.com/Arm-Examples/Safety-Example-Infineon-T2G) | Infineon Traveo T2G (Cortex-M7)| [Fusa RTS](https://developer.arm.com/Tools%20and%20Software/Keil%20MDK/FuSa%20Run-Time%20System) traffic light example, CMSIS-Driver development and verification. [Watch the related webinar](https://armkeil.blob.core.windows.net/developer/Files/videos/KeilStudio/20250930_FuSa_TRAVEO.mp4). | @@ -65,7 +63,14 @@ The [MDK Professional Edition](https://www.keil.arm.com/keil-mdk/#mdk-v6-edition ### CI/CD Automation (GitHub Actions) -Most of the above example projects include GitHub actions that run automated CI tests. The following projects help to get started with test automation. Test can execute to [FVP simulation models](https://arm-software.github.io/AVH/main/simulation/html/index.html) or [hardware targets using a self-hosted runner](RPI_GH_Runner.md). Read the section **[CI/CD](CICD.md)** to learn more. +[Introduction to CI/CD test automation](https://developer.arm.com/-/media/arm%20developer%20community/videos/tools%20and%20software/keil%20mdk/cicd_webinar.mp4 + "Introduction to CI/CD test automation") + +Most of the above example projects include GitHub actions that run automated CI tests. The following projects help to get started with test automation. Test can execute to [FVP simulation models](https://arm-software.github.io/AVH/main/simulation/html/index.html) or [hardware targets using a self-hosted runner](RPI_GH_Runner.md). + +**[Watch this video](https://developer.arm.com/-/media/arm%20developer%20community/videos/tools%20and%20software/keil%20mdk/cicd_webinar.mp4 "Introduction to CI/CD test automation")**, explore [projects with topic "cicd"](https://github.com/search?q=topic%3Acicd+org%3AArm-Examples+fork%3Atrue&type=repositories) or read the section **[CI/CD](CICD.md)** to learn more. + +
| Example | Hardware | Content | |:--------|:---------|:---------| @@ -75,5 +80,5 @@ Most of the above example projects include GitHub actions that run automated CI ## Related -- [Other Examples](ListExamples.md) - [Keil Studio Documentation](https://mdk-packs.github.io/vscode-cmsis-solution-docs/) +- [CMSIS-Toolbox Documentation](https://open-cmsis-pack.github.io/cmsis-toolbox/) diff --git a/profile/RPI_GH_Runner.md b/profile/RPI_GH_Runner.md index 388127e..9df4534 100644 --- a/profile/RPI_GH_Runner.md +++ b/profile/RPI_GH_Runner.md @@ -1,3 +1,5 @@ +[**Arm Examples**](https://github.com/Arm-Examples/) ยป **Setup Self-Hosted GitHub Runner on Raspberry Pi 5** + # Setup Self-Hosted GitHub Runner on Raspberry Pi 5 Setup of Raspberry Pi 5 for test execution diff --git a/profile/cicd_intro.png b/profile/cicd_intro.png new file mode 100644 index 0000000..2bea202 Binary files /dev/null and b/profile/cicd_intro.png differ