esp-idf/components/esp_hw_support/port/esp32s2
chaijie 7cf32b4387 esp32s2: Fix wakeup fail issue when pd peripheral in lightsleep.
esp32s2: fix wrong deepsleep configuration issue.

1. if RTC_CK8M_ENABLE_WAIT_DEFAULT set to 1, rtc peripherals will not poweron successfully if pd peripherals in light_sleep, the minimum RTC_CK8M_ENABLE_WAIT_DEFAULT is RTC_POWERUP_CYCLES + RTC_WAIT_CYCLES + 2;
2. when goto deepsleep after lightsleep waking up, rtc regulator should not force pu.
2021-01-20 03:51:07 +00:00
..
private_include driver/adc: support for esp32s2 adc calibration scheme V2 2020-12-03 20:08:59 +08:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
regi2c_ctrl.c Merge branch 'bugfix/fix_rtc_wdt_in_light_sleep_process' into 'master' 2020-11-18 20:30:25 +08:00
regi2c_ctrl.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
rtc_clk_common.h soc: move implementations to esp_hw_support 2020-10-28 22:38:50 +08:00
rtc_clk_init.c global: Uses CCOUNT API instead of XTHAL macro 2021-01-12 16:24:23 +08:00
rtc_clk.c Merge branch 'feature/c3_IDF-2554' into 'master' 2021-01-13 12:55:21 +08:00
rtc_init.c driver/adc: support for esp32s2 adc calibration scheme V2 2020-12-03 20:08:59 +08:00
rtc_pm.c soc: move implementations to esp_hw_support 2020-10-28 22:38:50 +08:00
rtc_sleep.c esp32s2: Fix wakeup fail issue when pd peripheral in lightsleep. 2021-01-20 03:51:07 +00:00
rtc_time.c adjust lightsleep overhead time and cali slowclk 2021-01-06 03:40:28 +00:00
rtc_wdt.c soc: move implementations to esp_hw_support 2020-10-28 22:38:50 +08:00