2023-05-10 04:30:58 -04:00
|
|
|
# ESP-IDF Changes
|
|
|
|
|
|
|
|
This document is used to track all changes made the to FreeRTOS V10.5.1 source code when adding dual core SMP support or IDF additional features.
|
|
|
|
|
|
|
|
## License Headers
|
|
|
|
|
2023-05-10 04:51:13 -04:00
|
|
|
- Added `SPDX-FileCopyrightText` and `SPDX-FileContributor` tags to all files to pass ESP-IDF pre-commit checks.
|
2023-07-13 07:01:20 -04:00
|
|
|
- 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.
|
|
|
|
|
2023-07-19 16:09:19 -04:00
|
|
|
## Omitted Features
|
|
|
|
|
|
|
|
- Removed `croutine.c` and `croutine.h`
|
|
|
|
|
2023-07-13 07:01:20 -04:00
|
|
|
## Changes from Upstream Main Branch not Included in v10.5.1
|
|
|
|
|
|
|
|
- Added ...GetStaticBuffers functions that were upstreamed but not included in v10.5.1
|