esp-idf/components/freertos/esp_additions/include/freertos
Darian Leung ad5044c5f6 freertos: Add task creation with caps functions
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
2023-05-10 17:55:49 +08:00
..
FreeRTOSConfig.h freertos: Uncrustify FreeRTOSConfig files 2023-03-22 16:32:29 +08:00
idf_additions.h freertos: Add task creation with caps functions 2023-05-10 17:55:49 +08:00
task_snapshot.h freertos: Fix flakey task snapshot tests 2023-03-14 16:51:25 +08:00