Will SMP branch be merged into main?

Is the intention to iterate on the SMP branch and eventually merge it into main? I ask because I noticed some compiler warnings being emitted in the SMP branch that were already fixed with commits merged into main several months ago, and I’m wondering if adding functionally equivalent commits into the SMP branch would later contribute to a horrifying merge process of the SMP branch into main one day.

Hi Pete,

Thank you for your question about FreeRTOS SMP. As you mentioned, SMP branch is merged into main. We will deprecate the SMP branch soon. SMP-related development should be carried out on the main branch. We suggest to add the commits into main branch directly to prevent merging effort.

1 Like