AzureRTOS with CubeMX makefile generates IAR files instead of GNU
I'm trying to generate a project using the AzureRTOS software expansion package. When generating code through STM32CubeIDE the correct files are generated (I'm using a GNU ARM compiler), however when I set the Makefile option in CubeMX some files are generated for the IAR system instead of GNU. This causes compilation error. Is there a setting to make sure that the GNU files are generated instead of IAR?
