esp-idf/components/freertos/esp_additions
Darian Leung b09462eae8 feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel
This commit adds beta support for the FreeRTOS v10.5.1 kernel which can be
enabled by enabling the CONFIG_FREERTOS_USE_KERNEL_10_5_1 option.

The following changes have been made:

- Updated freertos/CMakeLists.txt to build v10.5.1 kernel with v10.4.3. ports
- Updated existing Xtensa and RISC-V ports to work with V10.5.1
- Modifications to other ESP-IDF components to work with v10.5.1
- Added some ESP-IDF specific tracing changes to v10.5.1 kernel
- Make CONFIG_FREERTOS_USE_KERNEL_10_5_1 a public option

Note: The beta release is missing some minor fixes, performance improvements,
and features. Using this beta release for production is not recommended.

Closes https://github.com/espressif/esp-idf/issues/7137
2023-09-18 21:32:14 +08:00
..
include feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel 2023-09-18 21:32:14 +08:00
freertos_compatibility.c refactor(freertos/idf): Move compatibility functions 2023-09-05 16:20:59 +08:00
freertos_tasks_c_additions.h feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel 2023-09-18 21:32:14 +08:00
FreeRTOSSimulator_wrappers.c freertos/linux: Fix use after scope exit in select() wrap 2023-05-15 10:28:54 +02:00
idf_additions.c refactor(freertos): Uncrustify and format IDF addition headers 2023-08-30 14:11:52 +08:00