bugfix: fix esp32c6eco1 fosc calibration cycles during sleep

This commit is contained in:
wuzhenghui
2023-05-04 11:46:21 +08:00
parent cac7a5c9cb
commit dd4d1bbe90
8 changed files with 53 additions and 1 deletions

View File

@@ -99,7 +99,7 @@
// Cycles for RTC Timer clock source (internal oscillator) calibrate
#define RTC_CLK_SRC_CAL_CYCLES (10)
#define FAST_CLK_SRC_CAL_CYCLES (2000) /* ~ 127.4 us */
#define FAST_CLK_SRC_CAL_CYCLES (2048) /* ~ 127.4 us */
#ifdef CONFIG_IDF_TARGET_ESP32
#define DEFAULT_SLEEP_OUT_OVERHEAD_US (212)