Mastering FreeRTOS from Scratch (2): Definition of List Node

Mastering FreeRTOS from Scratch (2): Definition of List Node

In the previous article, we completed the porting of FreeRTOS. In FreeRTOS, all functionalities are divided into tasks, which need to be mounted on a linked list. In this chapter, we will master the various types of nodes in a linked list. Before creating tasks, we need to understand the operating mechanism of FreeRTOS. FreeRTOS … Read more