using newlib with FreeRTOS - comments please?

@ripperle - The code uses vTaskSuspendAll() / xTaskResumeAll(). These support nested calls without any additional complexity.
Hope that helps,
Best Regards, Dave

Fortunately and as documented: Calls to vTaskSuspendAll can be nested.:slight_smile:

Ahh OK :+1: thanks, I did not think about that :roll_eyes:

Regards