mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00

This commit fixes various build errors in IDF (and tests) when compiling with SMP FreeRTOS: - Updated usage of xTaskGetIdleTaskHandle() - Disable sysview tracing macros - Update some task snapshot functions - Disabled test_freertos_hooks.c test as vApplicationIdleHook() and vApplicationTickHook() are used.