Based on what I see, the wrapper heap_useNewlib_NXP.c has been verified for newlib versions 2.5 - 4.2
https://github.com/DRNadler/FreeRTOS_helpers/blob/e325ec7025c68cb6affbdf4003c6c3383eeee126/heap_useNewlib_NXP.c#L70C43-L70C68
The latest releases ARM GCC 12.3.Rel1 and 13.2.Rel1 come with newlib 4.3.
@DRNadler do you know if the wrapper works with this release?
Based on what I see, the wrapper
heap_useNewlib_NXP.chas been verified for newlib versions 2.5 - 4.2https://github.com/DRNadler/FreeRTOS_helpers/blob/e325ec7025c68cb6affbdf4003c6c3383eeee126/heap_useNewlib_NXP.c#L70C43-L70C68
The latest releases ARM GCC
12.3.Rel1and13.2.Rel1come with newlib 4.3.@DRNadler do you know if the wrapper works with this release?