This project tries to tackle on a problem that comes up when one tries to use ESP-IDF to solve hard-realtime problems that require predictable latencies in the nanoseconds. The objective is to get rid of FreeRTOS and its interrupts.
The actual behavior of the code is documented in main/esp-no-freertos.c.
PRs are welcome! :)