FreeRTOS - Task Notifications
In a system using
xTaskNotifyGive() as a lightweight semaphore, what happens if Task2 calls xTaskNotifyGive() twice before Task1 calls ulTaskNotifyTake() once?