esp-idf/components/freertos/FreeRTOS-Kernel-V10.5.1/include/freertos
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
..
atomic.h freertos(IDF): Update kernel version tag of V10.5.1 source files 2023-05-10 16:58:57 +08:00
deprecated_definitions.h freertos(IDF): Update kernel version tag of V10.5.1 source files 2023-05-10 16:58:57 +08:00
event_groups.h feat(freertos): added static buffers support on the top on 10.5.1 (upstreamed) 2023-07-13 19:01:37 +08:00
FreeRTOS.h feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel 2023-09-18 21:32:14 +08:00
list.h freertos(IDF): Update kernel version tag of V10.5.1 source files 2023-05-10 16:58:57 +08:00
message_buffer.h feat(freertos): added static buffers support on the top on 10.5.1 (upstreamed) 2023-07-13 19:01:37 +08:00
mpu_prototypes.h freertos(IDF): Update kernel version tag of V10.5.1 source files 2023-05-10 16:58:57 +08:00
mpu_wrappers.h freertos(IDF): Update kernel version tag of V10.5.1 source files 2023-05-10 16:58:57 +08:00
portable.h freertos(IDF): Update kernel version tag of V10.5.1 source files 2023-05-10 16:58:57 +08:00
projdefs.h feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel 2023-09-18 21:32:14 +08:00
queue.h feat(freertos): added static buffers support on the top on 10.5.1 (upstreamed) 2023-07-13 19:01:37 +08:00
semphr.h feat(freertos): added static buffers support on the top on 10.5.1 (upstreamed) 2023-07-13 19:01:37 +08:00
stack_macros.h feat(freertos): Add SMP kernel changes to FreeRTOS v10.5.1 2023-09-18 18:32:54 +08:00
StackMacros.h freertos(IDF): Update kernel version tag of V10.5.1 source files 2023-05-10 16:58:57 +08:00
stream_buffer.h feat(freertos): added static buffers support on the top on 10.5.1 (upstreamed) 2023-07-13 19:01:37 +08:00
task.h feat(freertos): Add SMP critical section changes to FreeRTOS v10.5.1 2023-09-18 18:32:55 +08:00
timers.h feat(freertos): added static buffers support on the top on 10.5.1 (upstreamed) 2023-07-13 19:01:37 +08:00