Question
How NOT to use newlib in STM32CubeMX GCC project
When I create a new STM32Cube IDE project with STM32CubeMX, it uses newlib.
The project uses freeRTOS.
Is it possible to disable this, and make it use standard libs?
I can't find a flag anywhere, to do this.
When I create an MDK or EWARM project, they do not use newlib.
So why is the GCC / STM32Cube IDE use it?
Thanks !
br
Kaare