Skip to content

Commit ff3b450

Browse files
committed
Repository maintenance according Arm-Debug/mcu-assets-dashboard#88
1 parent d3d9e48 commit ff3b450

5 files changed

Lines changed: 15 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: ARM-software/cmsis-actions/armlm@v1
2626

2727
- name: Cache downloaded packs
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
key: cmsis-packs-download
3131
path: /home/runner/.cache/arm/packs/.Download

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020-2024 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
# Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
name: Publishable
@@ -21,7 +21,7 @@ jobs:
2121
name: Publish Action
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- uses: Arm-Examples/publish-cmsis-example@latest
2626
name: Publish Project Action
2727
with:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Verify CMSIS Compliance
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: Arm-Examples/verify-cmsis-example-action@latest
1818
name: Verify CMSIS Compliance
1919
with:

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
[![License](https://img.shields.io/github/license/Arm-Examples/Hello_B-U585I-IOT02A?label)](https://github.com/Arm-Examples/Hello_B-U585I-IOT02A/blob/main/LICENSE)
1+
[![License Apache--2.0](https://img.shields.io/badge/License-Apache--2.0-green?label=License)](https://github.com/Arm-Examples/Hello_B-U585I-IOT02A/blob/main/LICENSE)
22
[![Build and Execution Test](https://img.shields.io/github/actions/workflow/status/Arm-Examples/Hello_B-U585I-IOT02A/build.yml?logo=arm&logoColor=0091bd&label=Build%20and%20Execution%20Test)](https://github.com/Arm-Examples/Hello_B-U585I-IOT02A/tree/main/.github/workflows/build.yml)
3+
[![Example workflow](https://img.shields.io/github/actions/workflow/status/Arm-Examples/Hello_B-U585I-IOT02A/ci.yml?logo=arm&logoColor=0091bd&label=Example%20Published)](https://www.keil.arm.com/)
4+
[![CMSIS Compliance](https://img.shields.io/github/actions/workflow/status/Arm-Examples/Hello_B-U585I-IOT02A/verify.yml?logo=arm&logoColor=0091bd&label=CMSIS%20Compliance)](https://www.keil.arm.com/cmsis)
5+
36

47
# Hello example for B-U585I-IOT02A
58

69
Simple Hello World example for STMicroelectronics [**B-U585I-IOT02A**](https://www.st.com/en/evaluation-tools/b-u585i-iot02a.html) Discovery kit.
710
This example prints "Hello World" and a counter value via the standard output which is routed to the debug console through Virtual COM port.
811

9-
[![example workflow](https://img.shields.io/github/actions/workflow/status/Arm-Examples/Hello_B-U585I-IOT02A/ci.yml?logo=arm&logoColor=0091bd&label=Example%20Published)](https://www.keil.arm.com/)
10-
[![CMSIS Compliance](https://img.shields.io/github/actions/workflow/status/Arm-Examples/Hello_B-U585I-IOT02A/verify.yml?logo=arm&logoColor=0091bd&label=CMSIS%20Compliance)](https://www.keil.arm.com/cmsis)
12+
1113

1214
## Prerequisites
1315

1416
The following tools need to be installed on your machine:
1517

16-
- [CMSIS-Toolbox v2.12.0](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases) or newer.
18+
- [CMSIS-Toolbox v2.13.0](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases) or newer.
1719
- [Arm Compiler for Embedded](https://developer.arm.com/Tools%20and%20Software/Arm%20Compiler%20for%20Embedded)
1820
(automatically installed via vcpkg when using Visual Studio Code).
1921
- [Microsoft Visual Studio Code](https://code.visualstudio.com/download) with Keil Studio Pack extension.

vcpkg-configuration.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
3
22
"registries": [
33
{
44
"name": "arm",
@@ -7,9 +7,9 @@
77
}
88
],
99
"requires": {
10-
"arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.12.0",
11-
"arm:tools/kitware/cmake": "^3.31.5",
12-
"arm:tools/ninja-build/ninja": "^1.12.1",
13-
"arm:compilers/arm/armclang": "^6.24.0",
10+
"arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.13.0",
11+
"arm:tools/kitware/cmake": "^4.2.1",
12+
"arm:tools/ninja-build/ninja": "^1.13.2",
13+
"arm:compilers/arm/armclang": "^6.24.0"
1414
}
1515
}

0 commit comments

Comments
 (0)