You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Arm offers for Edge AI development on the Cortex-M processor family and Ethos-U
46
46
|:--------|:---------|:--------|
47
47
|[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). |
48
48
|[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.
50
50
51
51
### Functional Safety (FuSa RTS)
52
52
@@ -56,16 +56,21 @@ The [MDK Professional Edition](https://www.keil.arm.com/keil-mdk/#mdk-v6-edition
56
56
57
57
**[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.
58
58
59
-
<brclear="left"/>
60
-
61
59
| Example | Hardware | Content |
62
60
|:--------|:---------|:---------|
63
61
|[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). |
64
62
|[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). |
65
63
66
64
### CI/CD Automation (GitHub Actions)
67
65
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
+
[<imgsrc="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
+
<brclear="left"/>
69
74
70
75
| Example | Hardware | Content |
71
76
|:--------|:---------|:---------|
@@ -75,5 +80,5 @@ Most of the above example projects include GitHub actions that run automated CI
75
80
## Related
76
81
77
82
<!-- todo - Software Packs maintained by Arm -->
78
-
-[Other Examples](ListExamples.md)
79
83
-[Keil Studio Documentation](https://mdk-packs.github.io/vscode-cmsis-solution-docs/)
0 commit comments