esp-idf/components/freertos/include
Mahavir Jain 5b6d9d87a3
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-06-09 21:13:23 +05:30
..
esp_additions freertos: add return value to API vTaskGetSnapshot 2022-06-09 21:13:23 +05:30
freertos freertos: Fix loss of precision in pdTICKS_TO_MS 2022-01-06 15:44:17 +08:00