esp-idf/components/ulp/lp_core/shared
Marius Vikhammer b825aa9f95 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-23 14:14:20 +08:00
..
include change(lp_core): changed wakeup time calc to use a precomputed tick value 2024-07-23 14:14:20 +08:00
ulp_lp_core_lp_timer_shared.c change(lp_core): changed wakeup time calc to use a precomputed tick value 2024-07-23 14:14:20 +08:00
ulp_lp_core_memory_shared.c fix(lp-core): fixed ULP shared mem address being wrong on P4 2024-07-23 14:12:18 +08:00