mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
This commit updates task snapshot as follows: - Refactored implementation to increase readability - Implementation moved into freertos_tasks_c_additions.h - freertos_tasks_c_additions.h made a private header - Support SMP FreeRTOS - Removed configENABLE_TASK_SNAPSHOT option. CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT is direclty used instead.