Someone has to implement that ESP32 support in that case.
In a perfect scenario, bare metal, without any RTOS or something here.
AFAIK, there was no attempt to do so.
It is not possible to implement it reliably with an intermediate layer like RTOS (or whatever is here on ESP).
Because that requires a complete firmware redesign, and the closest that you will get is Linux. MCU.
(which is fine, if you plan to just connect sensors here, I guess).
Hope that explains something.
-Timofey