Skip to content

Commit 80562bb

Browse files
committed
Add corrections
- setup Python in CI workflow - address issues in sources and update copyright notice
1 parent 92827a6 commit 80562bb

6 files changed

Lines changed: 210 additions & 140 deletions

File tree

.github/workflows/Build_Run_example.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
- name: Checkout current repository
6464
uses: actions/checkout@v6
6565

66+
- name: Set up Python 3.13
67+
uses: actions/setup-python@v6
68+
with:
69+
python-version: '3.13'
70+
6671
- name: Install tools
6772
uses: ARM-software/cmsis-actions/vcpkg@v1
6873
with:

example/board/FVP_MPS2_Cortex-M3/CMSDK_UART/CMSDK_UART.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* Copyright 2026 Arm Limited and/or its affiliates.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the License); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an AS IS BASIS, WITHOUT
14+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
18+
119
#ifndef CMSDK_UART_H
220
#define CMSDK_UART_H
321

0 commit comments

Comments
 (0)