mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-27 02:13:10 +00:00

Deep sleep stub may call ets_update_cpu_frequency, which has been moved from ROM to IRAM. Restore the ROM version in the linker script, call it ets_update_cpu_frequency_rom, use it in the deep sleep stub.