mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
This commit adds a "CONFIG_FREERTOS_USE_KERNEL_10_5_1" hidden option to enable building of the v10.5.1 kernel for development/testing purposes. Currently enabling this option will just cause CMake to error out. Also added a markdown file to record the code changes made to the V10.5.1 source when porting over SMP behavior.
298 B
298 B
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
- Added
SPDX-FileCopyrightText
andSPDX-FileContributor
tags to all files to pass ESP-IDF pre-commit checks.