STM32CubeMX still generates heap_x.c files for FreeFRTOS when static allocation is used
This result in compilation error since dynamic allocation is disabled and only static is used.
For admins: If .ioc file needed, please write me a PM and I'll send it. This is something which I wouldn't want to put here as public.
Atollic console:
"Description Resource Path Location Type
'configTOTAL_HEAP_SIZE' undeclared here (not in a function) heap_2.c /IWWT_M2_Processing_Fw/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang line 67 C/C++ Problem
#error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0 heap_2.c /IWWT_M2_Processing_Fw/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang line 50 C/C++ Problem
"
