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() |
||
---|---|---|
.. | ||
FreeRTOSConfig_smp.h | ||
portbenchmark.h | ||
portmacro_deprecated.h | ||
portmacro.h | ||
xtensa_api.h | ||
xtensa_config.h | ||
xtensa_context.h | ||
xtensa_rtos.h | ||
xtensa_timer.h |