mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04: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.