We need to prevent the code being deployed on devices without FreeRTOS (that is, xTask etc.). This should be done by having the preprocessor checking by #ifdef target system-defined values.
Supported MCUs: https://www.freertos.org/RTOS_ports.html
Interestingly, the ESP32 is missing on that list. Might be one of the "Contributed ports" mentioned.
We need to prevent the code being deployed on devices without FreeRTOS (that is, xTask etc.). This should be done by having the preprocessor checking by
#ifdeftarget system-defined values.Supported MCUs: https://www.freertos.org/RTOS_ports.html
Interestingly, the ESP32 is missing on that list. Might be one of the "Contributed ports" mentioned.