esp_timer: remove legacy ESP32 FRC timer implementation.

* Original commit: espressif/esp-idf@edb76f14d6
This commit is contained in:
Marius Vikhammer
2021-12-14 19:01:19 +08:00
committed by suren-gabrielyan-espressif
parent 085dbd8c4e
commit ac6dcb6830

View File

@ -71,7 +71,7 @@
#define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 1 #define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 1
#define CONFIG_ESP32_BROWNOUT_DET_LVL 0 #define CONFIG_ESP32_BROWNOUT_DET_LVL 0
#define CONFIG_ESP32_REDUCE_PHY_TX_POWER 1 #define CONFIG_ESP32_REDUCE_PHY_TX_POWER 1
#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 #define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT 1
#define CONFIG_ESP32_RTC_CLK_SRC_INT_RC 1 #define CONFIG_ESP32_RTC_CLK_SRC_INT_RC 1
#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES 1024 #define CONFIG_ESP32_RTC_CLK_CAL_CYCLES 1024
#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 2000 #define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 2000