Dear community developers,
I am a newcomer to the community. I plan to get involved in SMP-related development, and I want to know the relationship between the different branches of the source code on github:
github.com-FreeRTOS-FreeRTOS
github.com-FreeRTOS-FreeRTOS-Kernel
“FreeRTOS-kernel” contains just the RTOS kernel library. “FreeRTOS” contains the Rtos kernel, and several other libraries (TCP, MQTT, etc.), along with many example projects that run the libraries on different hardware and using different compilers. I recommend exploring https://FreeRTOS.org for the library and demo documentation.
My name is Du Lei, an engineer from a chip company of China. Grateful for your answer to my question.
Currently, we want to use the Freertos SMP version ( github.com.FreeRTOS.FreeRTOS-Kernel .tree.smp) to run on our dual-core chip (ARC EM22FS). I noticed that Freertos SMP version currently is only a development branch. Can we develop products based on this branch ? Are there any other commercial products that already use Freertos SMP?