Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit def7d2d

Browse files
committedNov 15, 2022
[AUTO][RELEASE]: Bump file header version to "10.5.1"
1 parent 612d9a8 commit def7d2d

File tree

584 files changed

+585
-585
lines changed

Some content is hidden

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

584 files changed

+585
-585
lines changed
 

‎.github/scripts/kernel_checker.py

+2-2
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 V10.5.1
44
# * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
55
# *
66
# * SPDX-License-Identifier: MIT
@@ -99,7 +99,7 @@
9999

100100
KERNEL_HEADER = [
101101
'/*\n',
102-
' * FreeRTOS Kernel <DEVELOPMENT BRANCH>\n',
102+
' * FreeRTOS Kernel V10.5.1\n',
103103
' * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
104104
' *\n',
105105
' * SPDX-License-Identifier: MIT\n',

‎croutine.c

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

0 commit comments

Comments
 (0)
Please sign in to comment.