File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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#
55name : Publishable
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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
69Simple Hello World example for STMicroelectronics [ ** B-U585I-IOT02A** ] ( https://www.st.com/en/evaluation-tools/b-u585i-iot02a.html ) Discovery kit.
710This 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
1416The 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.
Original file line number Diff line number Diff line change 1- {
1+ 3
22 "registries" : [
33 {
44 "name" : " arm" ,
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}
You can’t perform that action at this time.
0 commit comments