Skip to main content
CA_SUS
Associate II
December 14, 2021
Question

How to add core features of FreeRTOS

  • December 14, 2021
  • 1 reply
  • 855 views

Hi everyone,

Is there a preferred way of adding "core features" of FreeRTOS in a FreeRTOS application created by CubeMX? Do i have to add the respective files manually by copying them into my project?

Unfortunately I found no built-in option in CubeMX.

Example: I would like to add the coreJSON feature https://www.freertos.org/json/index.html

Thanks for your help!

This topic has been closed for replies.

1 reply

KnarfB
Super User
December 14, 2021

AFAIK CubeMX only cares for the kernel, tasks, and synch. objects.

hth

KnarfB