mirror of
https://github.com/espressif/esp-idf
synced 2025-04-11 01:00:13 -04:00
This commit adds the corresponding CreateWithCaps functions for tasks: - xTaskCreatePinnedToCoreWithCaps() - xTaskCreateWithCaps() - vTaskDeleteWithCaps() Documentation and migraiton guide have been updated accordingly. Closes https://github.com/espressif/esp-idf/issues/11216