esp-idf/components/freertos/config
Darian Leung b13b9c1163 fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port
Previously the linux port of FreeRTOS set configMAX_PRIORITIES to 7. However,
multiple linux POSIX simulator examples will call API that create tasks with
priortiies >= 7.

This commit fixes the configMAX_PRIORITIES and unifies all ports to have 25
priorities.
2023-10-21 04:39:16 +08:00
..
include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
linux/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
riscv/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
xtensa/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00