diff --git a/.github/.cSpellWords.txt b/.github/.cSpellWords.txt index f36fdc816..c1fa10263 100644 --- a/.github/.cSpellWords.txt +++ b/.github/.cSpellWords.txt @@ -430,6 +430,7 @@ ldrbs LDRBS LDRNE ldsr +ldxr lidt LINKR LJMP @@ -505,6 +506,7 @@ movs movw MOVWF movx +MPIDR MPLAB MPUCTRL MQTT @@ -809,6 +811,7 @@ STTBRK STTDLY STTOUT STTTO +stxr SVACC svcne SVDIS diff --git a/.github/scripts/kernel_checker.py b/.github/scripts/kernel_checker.py index 228257042..3179bf4f3 100755 --- a/.github/scripts/kernel_checker.py +++ b/.github/scripts/kernel_checker.py @@ -114,6 +114,7 @@ KERNEL_ARM_COLLAB_FILES_PATTERNS = [ r'.*portable/.*/ARM_CM35*', r'.*portable/.*/ARM_CM55*', r'.*portable/.*/ARM_CM85*', + r'.*portable/.*/ARM_CR82*', ] KERNEL_HEADER = [ diff --git a/portable/GCC/ARM_CR82/port.c b/portable/GCC/ARM_CR82/port.c index ee9679bd8..5344aeba6 100644 --- a/portable/GCC/ARM_CR82/port.c +++ b/portable/GCC/ARM_CR82/port.c @@ -1,7 +1,8 @@ /* * FreeRTOS Kernel * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Copyright 2024-2025 Arm Limited and/or its affiliates + * Copyright 2025 Arm Limited and/or its affiliates + * * * SPDX-License-Identifier: MIT * diff --git a/portable/GCC/ARM_CR82/portASM.S b/portable/GCC/ARM_CR82/portASM.S index 103456a67..44ee3d820 100644 --- a/portable/GCC/ARM_CR82/portASM.S +++ b/portable/GCC/ARM_CR82/portASM.S @@ -1,7 +1,8 @@ /* * FreeRTOS Kernel * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Copyright 2025 Arm Limited and/or its affiliates + * Copyright 2025 Arm Limited and/or its affiliates + * * * SPDX-License-Identifier: MIT * diff --git a/portable/GCC/ARM_CR82/portmacro.h b/portable/GCC/ARM_CR82/portmacro.h index 2a948d790..fe0210b8a 100644 --- a/portable/GCC/ARM_CR82/portmacro.h +++ b/portable/GCC/ARM_CR82/portmacro.h @@ -1,7 +1,8 @@ /* * FreeRTOS Kernel * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * Copyright 2024-2025 Arm Limited and/or its affiliates + * Copyright 2025 Arm Limited and/or its affiliates + * * * SPDX-License-Identifier: MIT *