rtc: fixed 8MD256 can't be used as RTC slow src on ESP32

Sync configuration from other chips

Closes: https://github.com/espressif/esp-idf/issues/8007, https://github.com/espressif/esp-idf/pull/8089
This commit is contained in:
Michael (XIAO Xufeng)
2022-05-07 01:52:55 +08:00
parent b920676e59
commit 6f507d527c
10 changed files with 9 additions and 23 deletions

View File

@@ -577,6 +577,9 @@ typedef struct rtc_sleep_config_s {
#define RTC_CNTL_OTHER_BLOCKS_POWERUP_CYCLES (1)
#define RTC_CNTL_OTHER_BLOCKS_WAIT_CYCLES (1)
#define RTC_CNTL_CK8M_WAIT_DEFAULT 20
#define RTC_CK8M_ENABLE_WAIT_DEFAULT 5
/**
* @brief Prepare the chip to enter sleep mode
*