Skip to content

Commit 70a5250

Browse files
authored
Merge pull request #16 from ReinhardKeil/main
Added CI/CD information and modelnova
2 parents fe94a6d + a2c0818 commit 70a5250

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

profile/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Arm offers for Edge AI development on the Cortex-M processor family and Ethos-U
4646
|:--------|:---------|:--------|
4747
| [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). |
4848
| [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). |
49-
| [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 |
49+
| [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.
5050

5151
### Functional Safety (FuSa RTS)
5252

@@ -56,16 +56,21 @@ The [MDK Professional Edition](https://www.keil.arm.com/keil-mdk/#mdk-v6-edition
5656

5757
**[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.
5858

59-
<br clear="left"/>
60-
6159
| Example | Hardware | Content |
6260
|:--------|:---------|:---------|
6361
| [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). |
6462
| [Safety-Example-STM32](https://github.com/Arm-Examples/Safety-Example-STM32) | STM32H5 (Cortex-M33) | [Fusa RTS](https://developer.arm.com/Tools%20and%20Software/Keil%20MDK/FuSa%20Run-Time%20System) traffic light example. [Watch the related webinar](https://armkeil.blob.core.windows.net/developer/Files/videos/KeilStudio/20250930_FuSa_TRAVEO.mp4). |
6563

6664
### CI/CD Automation (GitHub Actions)
6765

68-
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.
66+
[<img src="cicd_intro.png" alt="Introduction to CI/CD test automation" width="317" height="193" align="left">](https://developer.arm.com/-/media/arm%20developer%20community/videos/tools%20and%20software/keil%20mdk/cicd_webinar.mp4
67+
"Introduction to CI/CD test automation")
68+
69+
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).
70+
71+
**[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.
72+
73+
<br clear="left"/>
6974

7075
| Example | Hardware | Content |
7176
|:--------|:---------|:---------|
@@ -75,5 +80,5 @@ Most of the above example projects include GitHub actions that run automated CI
7580
## Related
7681

7782
<!-- todo - Software Packs maintained by Arm -->
78-
- [Other Examples](ListExamples.md)
7983
- [Keil Studio Documentation](https://mdk-packs.github.io/vscode-cmsis-solution-docs/)
84+
- [CMSIS-Toolbox Documentation](https://open-cmsis-pack.github.io/cmsis-toolbox/)

profile/RPI_GH_Runner.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[**Arm Examples**](https://github.com/Arm-Examples/) » **Setup Self-Hosted GitHub Runner on Raspberry Pi 5**
2+
13
# Setup Self-Hosted GitHub Runner on Raspberry Pi 5
24

35
<img src="RPi5-setup.png" alt="Setup of Raspberry Pi 5 for test execution" width="829" height="472" align="left">

profile/cicd_intro.png

101 KB
Loading

0 commit comments

Comments
 (0)