Merge branch 'feature/xtwdt' into 'master'

WDT: Add support for XTAL32K Watchdog timer

Closes IDF-2575

See merge request espressif/esp-idf!15000
This commit is contained in:
Marius Vikhammer
2021-09-02 02:44:47 +00:00
27 changed files with 697 additions and 9 deletions

View File

@@ -433,6 +433,7 @@ menu "ESP32S3-Specific"
select ESP_SYSTEM_RTC_EXT_XTAL
config ESP32S3_RTC_CLK_SRC_EXT_OSC
bool "External 32kHz oscillator at 32K_XP pin"
select ESP_SYSTEM_RTC_EXT_OSC
config ESP32S3_RTC_CLK_SRC_INT_8MD256
bool "Internal 8MHz oscillator, divided by 256 (~32kHz)"
endchoice