FreeRTOS Addons
|
In standard RTOS taskENTER_CRITICAL_EXT() does not require a parameter. In the ESP32 implementation however we need to provide one. We use a common esp32Mutex variable! More...
Variables | |
portMUX_TYPE | esp32Mutex = portMUX_INITIALIZER_UNLOCKED |
In standard RTOS taskENTER_CRITICAL_EXT() does not require a parameter. In the ESP32 implementation however we need to provide one. We use a common esp32Mutex variable!