mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 03:06:37 +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