Skip to content

Commit ba45c43

Browse files
authored
Repository maintenance
Repository maintenance according Arm-Debug/mcu-assets-dashboard#88 Review and update settings in vcpkg-configuration.json files (if it is possible use the latest toolbox version). Review and update batches in README.md files. Review and update workflow files (update to the latest github actions).
2 parents 564da1a + 1218ea1 commit ba45c43

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.ci/vcpkg-configuration.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
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",
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",
1313
"arm:compilers/arm/armclang": "^6.24.0",
14-
"arm:models/arm/avh-fvp": "11.27.31"
14+
"arm:models/arm/avh-fvp": "11.31.28"
1515
}
1616
}

.github/workflows/Hardware-CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its
1+
# SPDX-FileCopyrightText: Copyright 2024-2026 Arm Limited and/or its
22
# affiliates <open-source-office@arm.com>
33
# SPDX-License-Identifier: Apache-2.0
44
#
@@ -32,7 +32,7 @@ jobs:
3232
target: [
3333
{proj: kws, board: FRDM-K64F},
3434
{proj: kws, board: STM32F746-DISCO}
35-
# {proj: kws, board: Alif-E7-M55-HP},
35+
# {proj: kws, board: Alif-E7-M55-HE},
3636
# {proj: object-detection, board: Alif-E7-M55-HP}
3737
]
3838

@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repo
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646

4747
- name: Install tools
4848
uses: ARM-software/cmsis-actions/vcpkg@v1
@@ -58,9 +58,9 @@ jobs:
5858
5959
- name: Upload build Artifact
6060
if: always()
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v7
6262
with:
6363
name: ${{ matrix.target.proj }}_${{ matrix.target.board }}_AC6
6464
path: |
6565
./out/${{ matrix.target.proj }}/${{ matrix.target.board }}/
66-
retention-days: 1
66+
retention-days: 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![License](https://img.shields.io/github/license/Arm-Examples/mlek-cmsis-pack-examples?label)](https://github.com/Arm-Examples/mlek-cmsis-pack-examples/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/mlek-cmsis-pack-examples/blob/main/LICENSE)
22
[![AVH build and execution test](https://img.shields.io/github/actions/workflow/status/Arm-Examples/mlek-cmsis-pack-examples/AVH-FVP-CI.yml?logo=arm&logoColor=0091bd&label=AVH%20build%20and%20execution%20test)](/.github/workflows/AVH-FVP-CI.yml)
33
[![Hardware build test](https://img.shields.io/github/actions/workflow/status/Arm-Examples/mlek-cmsis-pack-examples/Hardware-CI.yml?logo=arm&logoColor=0091bd&label=Hardware%20build%20test)](./.github/workflows/Hardware-CI.yml)
44

vcpkg-configuration.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"requires": {
15-
"arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.12.0",
16-
"arm:tools/kitware/cmake": "^3.31.5",
17-
"arm:tools/ninja-build/ninja": "^1.12.1",
15+
"arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.13.0",
16+
"arm:tools/kitware/cmake": "^4.2.1",
17+
"arm:tools/ninja-build/ninja": "^1.13.2",
1818
"arm:compilers/arm/armclang": "^6.24.0",
19-
"arm:models/arm/avh-fvp": "11.27.31"
19+
"arm:models/arm/avh-fvp": "11.31.28"
2020
}
2121
}

0 commit comments

Comments
 (0)