New Lib reentrant using C++ and RTOS
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 scheme.
I am using a single core microcontroller from the family STM32L4.
Is this enough to avoid problems ?
I got confused by the posts on this topic by "nadler" and "mcuoneclipse"
