FreeRTOS port for the Zilog eZ80-based Agon Light (and compatibles) running MOS. The concept is very much FreeRTOS over MOS, reflected in the project name. MOS provides system services and APIs, which ...
Event groups are another synchronization primitives of FreeRTOS that allow events to be communicated to tasks. Unlike queues and semaphores: Event groups allow a task to wait in the Blocked state for ...