mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-05 11:57: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
|
LDRBS
|
||||||
LDRNE
|
LDRNE
|
||||||
ldsr
|
ldsr
|
||||||
ldxr
|
|
||||||
lidt
|
lidt
|
||||||
LINKR
|
LINKR
|
||||||
LJMP
|
LJMP
|
||||||
|
@ -506,7 +505,6 @@ movs
|
||||||
movw
|
movw
|
||||||
MOVWF
|
MOVWF
|
||||||
movx
|
movx
|
||||||
MPIDR
|
|
||||||
MPLAB
|
MPLAB
|
||||||
MPUCTRL
|
MPUCTRL
|
||||||
MQTT
|
MQTT
|
||||||
|
@ -811,7 +809,6 @@ STTBRK
|
||||||
STTDLY
|
STTDLY
|
||||||
STTOUT
|
STTOUT
|
||||||
STTTO
|
STTTO
|
||||||
stxr
|
|
||||||
SVACC
|
SVACC
|
||||||
svcne
|
svcne
|
||||||
SVDIS
|
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_CM35*',
|
||||||
r'.*portable/.*/ARM_CM55*',
|
r'.*portable/.*/ARM_CM55*',
|
||||||
r'.*portable/.*/ARM_CM85*',
|
r'.*portable/.*/ARM_CM85*',
|
||||||
r'.*portable/.*/ARM_CR82*',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
KERNEL_HEADER = [
|
KERNEL_HEADER = [
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
||||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
* 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 <open-source-office@arm.com>
|
||||||
* <open-source-office@arm.com>
|
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
||||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
* 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 <open-source-office@arm.com>
|
||||||
* <open-source-office@arm.com>
|
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
|
||||||
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
* 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 <open-source-office@arm.com>
|
||||||
* <open-source-office@arm.com>
|
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue