WDT: Add support for XTAL32K Watchdog timer

This commit is contained in:
Marius Vikhammer
2021-08-30 11:30:12 +08:00
parent 375145ecdb
commit 4869b3cd4a
27 changed files with 697 additions and 9 deletions

View File

@@ -157,6 +157,7 @@ menu "ESP32C3-Specific"
select ESP_SYSTEM_RTC_EXT_XTAL
config ESP32C3_RTC_CLK_SRC_EXT_OSC
bool "External 32kHz oscillator at 32K_XP pin"
select ESP_SYSTEM_RTC_EXT_OSC
config ESP32C3_RTC_CLK_SRC_INT_8MD256
bool "Internal 8MHz oscillator, divided by 256 (~32kHz)"
endchoice