User Activity

I am confused on the topic of new lib reentrant and RTOS.I use C++ and do some std::make_unique calls so malloc it's probably getting called under the hood.I have enabled the setting configUSE_NEWLIB_REENTRANT for RTOS and I am using heap_4 memory sc...