esp-idf/components/freertos/esp_additions
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
..
arch freertos: Uncrustify FreeRTOSConfig files 2023-03-22 16:32:29 +08:00
include freertos: Add task creation with caps functions 2023-05-10 17:55:49 +08:00
freertos_tasks_c_additions.h freertos: Move private API additions to "freertos_idf_additions_priv.h" 2023-04-07 15:24:34 +08:00
freertos_v8_compat.c freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
idf_additions.c freertos: Add task creation with caps functions 2023-05-10 17:55:49 +08:00