mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 02:26:08 +00:00
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.