File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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#
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
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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments