mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-30 01:26:31 +03: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