I'm poking around and I found this use of
Code: Select all
esp_event_loop_init(NULL, NULL);
right here: https://github.com/espressif/esp-idf/bl ... ain.c#L131
IDK about y'all but this looks pretty odd, and it's the only example that I have found that uses this function in this way.
What purpose does starting the event loop in this case? Does it have interactions with freeRTOS tasks? Or does the ethernet driver require access to the stream of events?