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