FreeRTOSConfig.h for Tiva C TM4C129ENCPDT MCU needed

Hi All,

I am porting from TI RTOS to FreeRTOS , i need guidance for creating FreeRTOSConfig.h file for the MCU TM4C129ENCPDT Cortex M4 MCU please provide me any resouces or any sample header file to create this FreeRTOSConfig.h.

Regards
Chiranth

Maybe one of demo examples could help ?

Most of it is application specific you‘ve to configure depending on your requirements.
See FreeRTOS - The Free RTOS configuration constants and configuration options - FREE Open Source RTOS for small real time embedded systems

2 Likes

Thanks Hartmut ill go through these links , i think this will help port to FreeRTOS

This recently added file is a good resource for this purpose - https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/examples/sample_configuration/FreeRTOSConfig.h.

1 Like

Thabks gaurav , ill look into it