esp-idf/components/freertos/esp_additions/include/freertos
Mahavir Jain 5b817038a0
freertos: add return value to API vTaskGetSnapshot
`vTaskGetSnapshot` is being used in coredump module to collect diagnostic information.
It is possible that input arguments are invalid and `assert` in this situation is not
correct.

This commit modifies API signature to return pdTRUE in case of success, and pdFALSE
otherwise. Caller can verify return value and then take appropriate decision.
2022-05-10 11:39:50 +05:30
..
FreeRTOSConfig.h soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
idf_additions.h freertos-smp: refactor thread local storage pointers deletion callbacks 2022-05-06 09:25:25 +05:30
task_snapshot.h freertos: add return value to API vTaskGetSnapshot 2022-05-10 11:39:50 +05:30