Azure ThreadX newlib _sbrk
Hey together,
I'm switching from freeRTOS to Azure ThreadX at the moment. I know that there are problems when using newlib functions like printf with %f and so on with freeRTOS. As explained in the following link this has to do with the issue that the _sbrk implementation of ST is not reentrant. This was solved by the file of Dave Nadler:
https://nadler.com/embedded/newlibAndFreeRTOS.html
Is there anyone who has a similar working implementation for ThreadX instead of freeRTOS?
Best regards,
Eric
