This commit updates the kernel version tags of all V10.5.1 source files to indicate that the source files are modified.
@@ -1,5 +1,5 @@
/*
- * FreeRTOS Kernel V10.5.1
+ * FreeRTOS Kernel V10.5.1 (ESP-IDF SMP modified)
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-FileCopyrightText: 2021 Amazon.com, Inc. or its affiliates
@@ -4,4 +4,5 @@ This document is used to track all changes made the to FreeRTOS V10.5.1 source c
## License Headers
-- Added `SPDX-FileCopyrightText` and `SPDX-FileContributor` tags to all files to pass ESP-IDF pre-commit checks.
+- Added `SPDX-FileCopyrightText` and `SPDX-FileContributor` tags to all files to pass ESP-IDF pre-commit checks.
+- Changed kernel version tag to `FreeRTOS Kernel V10.5.1 (ESP-IDF SMP modified)` in all files to indicate files are different from upstream V10.5.1.