Not sure where you are getting that CMake from - i've seen the same before.
The only things you need for FreeRTOS are:
Where XXX is "Static, or Heap1 - Heap5"
(and FreeRTOSConfig.h in your include path)
The only things you need for FreeRTOS are:
Code:
include(FreeRTOS_Kernel_import.cmake)target_link_libraries(YOUR_TARGET PRIVATE FreeRTOS-Kernel-XXX)(and FreeRTOSConfig.h in your include path)
Statistics: Posted by kilograham — Thu Feb 06, 2025 5:05 am