mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b13b9c1163
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. |
||
---|---|---|
.. | ||
include/freertos | ||
linux/include/freertos | ||
riscv/include/freertos | ||
xtensa/include/freertos |