esp-idf/components/ulp/lp_core/shared/include
Marius Vikhammer dccd6b0259 change(lp_core): changed wakeup time calc to use a precomputed tick value
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.
2024-07-31 13:28:14 +08:00
..
ulp_lp_core_lp_timer_shared.h change(lp_core): changed wakeup time calc to use a precomputed tick value 2024-07-31 13:28:14 +08:00
ulp_lp_core_memory_shared.h change(lp_core): changed wakeup time calc to use a precomputed tick value 2024-07-31 13:28:14 +08:00