Skip to content

Commit 50fad6b

Browse files
committed
Typos and Links fixed
1 parent 769a33a commit 50fad6b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

profile/BareMetal2RTOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**Arm Examples**](README.md) » **Bare-Metal or RTOS**
1+
[**Arm Examples**](https://github.com/Arm-Examples/) » **Bare-Metal or RTOS**
22

33
# Bare-Metal or RTOS
44

profile/CICD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[**Arm Examples**](README.md) » **CI/CD**
1+
[**Arm Examples**](https://github.com/Arm-Examples/) » **CI/CD**
22

33
# CI/CD (Continuous Integration / Continuous Delivery)
44

55
Modern embedded software development requires automated workflows that ensure code quality, enable rapid iteration, and support collaborative development. CI/CD practices bring these capabilities to embedded systems, helping teams deliver reliable firmware faster while maintaining high quality standards.
66

7-
[MDK](https://www.keil.arm.com/keil-mdk/) includes tools to establish comprehensive CI/CD workflows that include [automated builds](#automated-build-test) as well as unit testing and integration testing on [simulation models](#arm-fixed-virtual-platforms-fvp) or [target hardware](#hil-testing-with-pyocd). [Keil Studio](https://marketplace.visualstudio.com/items?itemName=Arm.keil-studio-pack/) is based on VS Code that integrates Git features and offers several VS Code extensions for static code analysis. The [CMSIS-Toolbox](https://open-cmsis-pack.github.io/cmsis-toolbox/) is a command-line interface for building embedded applications, enabling seamless integration with popular CI/CD platforms (like GitHub Actions). Integration with static code analysis tools (MISRA checking, code coverage analysis) is achieved with standard database files that third-party tools can consume.
7+
[MDK](https://www.keil.arm.com/keil-mdk/) includes tools to establish comprehensive CI/CD workflows that include [automated builds](#automated-build-test) as well as unit testing and integration testing on [simulation models](#arm-fixed-virtual-platforms-fvp) or [target hardware](#hil-testing-with-pyocd). [Keil Studio](https://marketplace.visualstudio.com/items?itemName=Arm.keil-studio-pack/) is based on VS Code that integrates Git features and offers several VS Code extensions for static code analysis. The [CMSIS-Toolbox](https://open-cmsis-pack.github.io/cmsis-toolbox/) is a command-line interface for building embedded applications, enabling seamless integration with popular CI/CD platforms (like GitHub Actions). Integration with static code analysis tools (e.g. MISRA checking) is achieved with standard database files that third-party tools can consume.
88

99
![CI/CD Process Overview](CICD_Overview.png "CI/CD Process Overview")
1010

profile/FuSa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**Arm Examples**](README.md) » **Functional Safety**
1+
[**Arm Examples**](https://github.com/Arm-Examples/) » **Functional Safety**
22

33
## Functional Safety
44

profile/Serial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**Arm Examples**](README.md) » **Serial I/O Messages**
1+
[**Arm Examples**](https://github.com/Arm-Examples/) » **Serial I/O Messages**
22

33
# Serial I/O Messages
44

0 commit comments

Comments
 (0)