OVMS3-idf/components/soc/src
Ivan Grokhotkov 490bf29767 esp32s2: fix enabling 32k XTAL clock
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
2020-02-17 17:33:56 +01:00
..
esp32 Merge branch 'bugfix/wifi_clear_phy_status_when_cpu_start' into 'master' 2020-02-12 15:34:46 +08:00
esp32s2 esp32s2: fix enabling 32k XTAL clock 2020-02-17 17:33:56 +01:00
hal soc: spi_flash LL fixes 2020-02-07 16:18:31 +01:00
compare_set.c spin_lock: added new spinlock interface and decoupled it from RTOS 2020-01-22 06:20:34 +08:00
lldesc.c spi_master: refactor and add HAL support 2019-03-28 17:14:50 +08:00
memory_layout_utils.c soc: move reserved regions out of memory_layout_utils.c 2020-01-24 10:48:20 +01:00
soc_include_legacy_warn.c global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00