d2860b58b0
There is a race between when we run background tasks and when we sleep. If an interrupt happens between the two, then we may delay executing the background task. On some ports we checked this for TinyUSB already. On iMX RT, we didn't which caused USB issues. This PR makes it more generic for all background tasks including USB. Fixes #5086 and maybe others. |
||
---|---|---|
.. | ||
esp_port.h | ||
internal_flash.c | ||
internal_flash.h | ||
internal_flash_root_pointers.h | ||
port.c | ||
usb.c |