FreeRTOS has functions to help implement fail-safes in devices, such as the vApplicationMallocFailedHook[1] function, which is a hook function that can define the behavior when malloc() fails, and the configASSERT[2] function, which can define the behavior when assert fails. Are there any other support functions like these? Please let me know if you have a list of them.
Best Regards,
[1] configUSE_MALLOC_FAILED_HOOK
[2] configASSERT