mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00

This commit restores the vanilla behavior for taskSELECT_HIGHEST_PRIORITY_TASK when configNUM_CORES == 1 && configUSE_PORT_OPTIMISED_TASK_SELECTION == 0. This results in the SMP selection algorithm (taskSelectHighestPriorityTaskSMP) to only be run when configNUM_CORES > 1.