mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-05 03:47:15 -04:00
Compare commits
2 commits
e0bdef952c
...
911dc7d571
Author | SHA1 | Date | |
---|---|---|---|
|
911dc7d571 | ||
|
d301109bf0 |
3
.github/.cSpellWords.txt
vendored
3
.github/.cSpellWords.txt
vendored
|
@ -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
|
||||
|
|
1
.github/scripts/kernel_checker.py
vendored
1
.github/scripts/kernel_checker.py
vendored
|
@ -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 = [
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
* Copyright 2025 Arm Limited and/or its affiliates
|
||||
* <open-source-office@arm.com>
|
||||
* Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
* Copyright 2025 Arm Limited and/or its affiliates
|
||||
* <open-source-office@arm.com>
|
||||
* Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
* Copyright 2025 Arm Limited and/or its affiliates
|
||||
* <open-source-office@arm.com>
|
||||
* Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue