Hello
Can anyone please help me building the FreeRTOS kernel using the traditional method of gcc without using any of the Integrated Development Tools.
Hello
Can anyone please help me building the FreeRTOS kernel using the traditional method of gcc without using any of the Integrated Development Tools.
Are you asking which files to build? If so that will depend on whether your M4 has a floating point unit or not. See here: https://www.freertos.org/Creating-a-new-FreeRTOS-project.html
where the correct port layer to use is FreeRTOS/Source/portable/GCC/ARM_CM3 if you don’t have a floating point, and FreeRTOS/Source/portable/GCC/ARM_CM4F if you do have floating point.