mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 21:55:07 +00:00

This commit moves the IDF API additions from task.h/task.c to seperate header/source files. - Declarations moved to "idf_additions.h" - Definitions moved to "freertos_task_c_additions.h" The API descriptions have also been updated.