From d31169dc0a7abf1e1945f7beebb44a8123948ee4 Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Mon, 23 Feb 2026 17:58:02 +0100 Subject: [PATCH 1/2] Added badges to README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d865c0..2d73d01 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![License](https://img.shields.io/badge/License-Apache--2.0-green?label=License)](https://github.com/Arm-Software/CMSIS-Driver_Validation/blob/main/LICENSE.txt) +[![Build pack](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-Driver_Validation/pack.yml?logo=arm&logoColor=0091bd&label=Build%20pack)](./.github/workflows/pack.yml) + # CMSIS-Driver Validation Test suite for verifying that a peripheral driver implementation is compliant with the corresponding [CMSIS-Driver Specification](https://arm-software.github.io/CMSIS_5/Driver/html/index.html). From a9636c2cc06b9e07bf21a8023db82a803fcc6fa6 Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Mon, 23 Feb 2026 18:01:44 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d73d01..1321586 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![License](https://img.shields.io/badge/License-Apache--2.0-green?label=License)](https://github.com/Arm-Software/CMSIS-Driver_Validation/blob/main/LICENSE.txt) -[![Build pack](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-Driver_Validation/pack.yml?logo=arm&logoColor=0091bd&label=Build%20pack)](./.github/workflows/pack.yml) +[![Build pack](https://img.shields.io/github/actions/workflow/status/ARM-software/CMSIS-Driver_Validation/pack.yml?logo=arm&logoColor=0091bd&label=Build%20pack)](https://github.com/ARM-software/CMSIS-Driver_Validation/actions/workflows/pack.yml) # CMSIS-Driver Validation