mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e6d43ab56f
This commit updates the usage of idle hooks in SMP FreeRTOS as follows: - IDF style idle hooks are now called from vApplicationMinimalIdleHook() - If the user provdies their own vApplicationMinimalIdleHook(), it can be wrapped using -Wl,--wrap if CONFIG_FREERTOS_USE_MINIMAL_IDLE_HOOK is enabled. - SMP port no longer uses vApplicationIdleHook() as it's only called from the prvIdleTask() and not every prvMinimalIdleTask() |
||
---|---|---|
.. | ||
freertos |