From 2ad6e91d63a4c80d94802523015c8b0175db60a3 Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Thu, 26 Feb 2026 14:39:29 +0100 Subject: [PATCH 1/2] Added badges to README.md. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7e13768..38b0ce3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![License Apache--2.0](https://img.shields.io/badge/License-Apache--2.0-green?label=License)](https://github.com/Arm-Software/CMSIS-View/blob/main/LICENSE) +[![Build EventList Utility](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-View/eventlist.yml?logo=arm&logoColor=0091bd&label=Build%20EventList%20Utility)](./.github/workflows/eventlist.yml) +[![TIP Check](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-View/tpip-check.yml?logo=arm&logoColor=0091bd&label=Event%20List)](./.github/workflows/tpip-check.yml) +[![Build pack](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-View/pack.yml?logo=arm&logoColor=0091bd&label=Build%20pack)](./.github/workflows/pack.yml) + # CMSIS-View **CMSIS-View** provides software components and utilities that allow embedded software developers to analyze program execution flows, debug potential issues, and measure code execution times. The data can be observed in real-time in an IDE or can be saved as a log file during program execution. From dbfedf4dedab90fbd6410257c23765c3af200298 Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Fri, 27 Feb 2026 09:22:09 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Christopher Seidl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38b0ce3..5d462cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![License Apache--2.0](https://img.shields.io/badge/License-Apache--2.0-green?label=License)](https://github.com/Arm-Software/CMSIS-View/blob/main/LICENSE) [![Build EventList Utility](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-View/eventlist.yml?logo=arm&logoColor=0091bd&label=Build%20EventList%20Utility)](./.github/workflows/eventlist.yml) -[![TIP Check](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-View/tpip-check.yml?logo=arm&logoColor=0091bd&label=Event%20List)](./.github/workflows/tpip-check.yml) +[![TPIP Check](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-View/tpip-check.yml?logo=arm&logoColor=0091bd&label=Event%20List)](./.github/workflows/tpip-check.yml) [![Build pack](https://img.shields.io/github/actions/workflow/status/Arm-Software/CMSIS-View/pack.yml?logo=arm&logoColor=0091bd&label=Build%20pack)](./.github/workflows/pack.yml) # CMSIS-View