esp-idf/components/freertos/esp_additions
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
..
include/freertos freertos: add return value to API vTaskGetSnapshot 2022-05-10 11:39:50 +05:30
private_include freertos: add return value to API vTaskGetSnapshot 2022-05-10 11:39:50 +05:30
freertos_v8_compat.c freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00