Skip to content

Commit d12c012

Browse files
committed
[AUTO][RELEASE]: Bump file header version to "11.1.0"
1 parent 2a343ea commit d12c012

File tree

670 files changed

+671
-671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

670 files changed

+671
-671
lines changed

.github/scripts/kernel_checker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#/*
3-
# * FreeRTOS Kernel <DEVELOPMENT BRANCH>
3+
# * FreeRTOS Kernel V11.1.0
44
# * Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
55
# *
66
# * SPDX-License-Identifier: MIT
@@ -108,7 +108,7 @@
108108

109109
KERNEL_HEADER = [
110110
'/*\n',
111-
' * FreeRTOS Kernel <DEVELOPMENT BRANCH>\n',
111+
' * FreeRTOS Kernel V11.1.0\n',
112112
' * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
113113
' *\n',
114114
' * SPDX-License-Identifier: MIT\n',

croutine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

event_groups.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

examples/cmake_example/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

examples/coverity/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

examples/template_configuration/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

include/FreeRTOS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

include/StackMacros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

include/atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

include/croutine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
2+
* FreeRTOS Kernel V11.1.0
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)