mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b825aa9f95
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. |
||
---|---|---|
.. | ||
include | ||
lp_core | ||
shared | ||
lp_core_etm.c | ||
lp_core_i2c.c | ||
lp_core_spi.c | ||
lp_core_uart.c | ||
lp_core.c |