mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 18:16:34 +03:00
Current implementation of interrupt wait cycle calculation depends on a delay and local counter method, which is inaccurate in achieving precise timeouts. This commit updates the implementaion to use CPU cycles instead, as they are more accurate. Closes https://github.com/espressif/esp-idf/pull/18208