2021-12-14 05:32 AM
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!
2021-12-14 07:11 AM
AFAIK CubeMX only cares for the kernel, tasks, and synch. objects.
hth
KnarfB