mirror of
https://github.com/espressif/esp-idf
synced 2025-04-02 04:40:11 -04:00
Previously we would calculate the wakeup ticks upon every wakeup using the lp-timer clock frequency, but this caused the binary to pull in software division functions, increasing the binary size. This value is now precalculated by the hp-core when we configure the ULP. This saves about 1k bytes.