mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
490bf29767
On the ESP32S2, rtc_clk_cal(RTC_CAL_RTC_MUX) measures the frequency of the 90kHz RTC clock regardless of the selected slow clock frequency. Keep track which clock is selected and pass the argument to rtc_clk_cal accordingly. fix clock choices update rtc 32k xtal code for s2 missed api in rtc.h bootloader_clock: update for S2