mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/correct_esp_xt_wdt_configuration_v5.2' into 'release/v5.2'
fix(esp_system): properly exclude XTAL32K WDT from other chips (v5.2) See merge request espressif/esp-idf!31746
This commit is contained in:
commit
b07f445531
@ -471,7 +471,7 @@ menu "ESP System Settings"
|
||||
|
||||
config ESP_XT_WDT
|
||||
bool "Initialize XTAL32K watchdog timer on startup"
|
||||
depends on !IDF_TARGET_ESP32 && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)
|
||||
depends on SOC_XT_WDT_SUPPORTED && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)
|
||||
default n
|
||||
help
|
||||
This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure
|
||||
|
Loading…
Reference in New Issue
Block a user