From 5e5343d429fdd921d1df1b4cd21f7d826ec932fb Mon Sep 17 00:00:00 2001 From: Omar Chebib Date: Tue, 27 Sep 2022 14:41:12 +0800 Subject: [PATCH] TWDT: Use the new TWDT Kconfig options in the examples and tests --- components/cxx/test_apps/exception/sdkconfig.defaults | 2 +- .../cxx/test_apps/exception_no_except/sdkconfig.defaults | 2 +- components/cxx/test_apps/general/sdkconfig.defaults | 2 +- components/cxx/test_apps/rtti/sdkconfig.defaults | 2 +- components/driver/test_apps/gpio/sdkconfig.defaults | 2 +- components/driver/test_apps/gpio_extensions/sdkconfig.defaults | 2 +- .../driver/test_apps/i2s_test_apps/i2s/sdkconfig.defaults | 2 +- .../driver/test_apps/i2s_test_apps/i2s_tdm/sdkconfig.defaults | 2 +- .../i2s_test_apps/legacy_i2s_adc_dac/sdkconfig.defaults | 2 +- .../i2s_test_apps/legacy_i2s_driver/sdkconfig.defaults | 2 +- .../driver/test_apps/legacy_adc_driver/sdkconfig.defaults | 2 +- .../driver/test_apps/legacy_mcpwm_driver/sdkconfig.defaults | 2 +- .../driver/test_apps/legacy_pcnt_driver/sdkconfig.defaults | 2 +- .../driver/test_apps/legacy_rmt_driver/sdkconfig.defaults | 2 +- .../driver/test_apps/legacy_rtc_temp_driver/sdkconfig.defaults | 2 +- .../driver/test_apps/legacy_timer_driver/sdkconfig.defaults | 2 +- components/driver/test_apps/pulse_cnt/sdkconfig.defaults | 2 +- .../driver/test_apps/temperature_sensor/sdkconfig.defaults | 2 +- components/driver/test_apps/touch_sensor_v1/sdkconfig.defaults | 2 +- components/driver/test_apps/touch_sensor_v2/sdkconfig.defaults | 2 +- components/esp-tls/test_apps/sdkconfig.defaults | 2 +- components/esp_adc/test_apps/adc/sdkconfig.defaults | 2 +- components/esp_eth/test_apps/sdkconfig.ci.default_ip101 | 2 +- components/esp_eth/test_apps/sdkconfig.ci.default_lan8720 | 2 +- components/esp_http_client/test_apps/sdkconfig.defaults | 2 +- components/esp_http_server/test_apps/sdkconfig.defaults | 2 +- components/esp_hw_support/test_apps/dma/sdkconfig.defaults | 2 +- components/esp_psram/test_apps/psram/sdkconfig.defaults | 2 +- components/esp_rom/test_apps/sdkconfig.defaults | 2 +- components/esp_system/sdkconfig.rename | 2 +- components/esp_system/test_apps/rtc_8md256/sdkconfig.defaults | 2 +- .../esp_system/test_apps/rtc_power_modes/sdkconfig.defaults | 2 +- components/mbedtls/test_apps/sdkconfig.defaults | 3 ++- components/protocomm/test_apps/sdkconfig.defaults | 2 +- .../pthread/test_apps/pthread_unity_tests/sdkconfig.defaults | 2 +- .../spi_flash/test_apps/esp_flash/sdkconfig.ci.flash_qio | 2 +- components/spi_flash/test_apps/esp_flash/sdkconfig.ci.release | 2 +- components/spi_flash/test_apps/esp_flash/sdkconfig.ci.rom_impl | 2 +- components/spi_flash/test_apps/esp_flash/sdkconfig.defaults | 2 +- .../spi_flash/test_apps/flash_encryption/sdkconfig.ci.release | 2 +- .../test_apps/flash_encryption/sdkconfig.ci.release_f4r8 | 2 +- .../test_apps/flash_encryption/sdkconfig.ci.release_f8r8 | 2 +- .../spi_flash/test_apps/flash_encryption/sdkconfig.defaults | 2 +- components/touch_element/test_apps/sdkconfig.defaults | 2 +- components/ulp/test_apps/ulp_fsm/sdkconfig.defaults | 2 +- components/ulp/test_apps/ulp_riscv/sdkconfig.defaults | 2 +- .../esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults | 2 +- .../ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c3 | 2 +- .../ble_mesh_wifi_coexist/sdkconfig.defaults.esp32s3 | 2 +- examples/ethernet/iperf/sdkconfig.defaults | 2 +- examples/system/gdbstub/sdkconfig.defaults | 2 +- examples/system/unit_test/test/sdkconfig.defaults | 2 +- examples/wifi/iperf/sdkconfig.ci.00 | 2 +- examples/wifi/iperf/sdkconfig.ci.01 | 2 +- examples/wifi/iperf/sdkconfig.ci.02 | 2 +- examples/wifi/iperf/sdkconfig.ci.03 | 2 +- examples/wifi/iperf/sdkconfig.ci.04 | 2 +- examples/wifi/iperf/sdkconfig.ci.05 | 2 +- examples/wifi/iperf/sdkconfig.ci.06 | 2 +- examples/wifi/iperf/sdkconfig.ci.07 | 2 +- examples/wifi/iperf/sdkconfig.defaults | 2 +- .../zigbee/light_sample/HA_on_off_light/sdkconfig.defaults | 1 - .../zigbee/light_sample/HA_on_off_switch/sdkconfig.defaults | 1 - tools/ldgen/samples/sdkconfig | 3 ++- tools/test_apps/system/longjmp_test/sdkconfig.defaults | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/components/cxx/test_apps/exception/sdkconfig.defaults b/components/cxx/test_apps/exception/sdkconfig.defaults index 198337030a..eaaf71de7e 100644 --- a/components/cxx/test_apps/exception/sdkconfig.defaults +++ b/components/cxx/test_apps/exception/sdkconfig.defaults @@ -4,7 +4,7 @@ CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y CONFIG_FREERTOS_HZ=1000 CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_HEAP_POISONING_COMPREHENSIVE=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y CONFIG_COMPILER_WARN_WRITE_STRINGS=y diff --git a/components/cxx/test_apps/exception_no_except/sdkconfig.defaults b/components/cxx/test_apps/exception_no_except/sdkconfig.defaults index add1851e93..3402ab7707 100644 --- a/components/cxx/test_apps/exception_no_except/sdkconfig.defaults +++ b/components/cxx/test_apps/exception_no_except/sdkconfig.defaults @@ -4,7 +4,7 @@ CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y CONFIG_FREERTOS_HZ=1000 CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_HEAP_POISONING_COMPREHENSIVE=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y CONFIG_COMPILER_WARN_WRITE_STRINGS=y diff --git a/components/cxx/test_apps/general/sdkconfig.defaults b/components/cxx/test_apps/general/sdkconfig.defaults index beea275c4e..cf6078c653 100644 --- a/components/cxx/test_apps/general/sdkconfig.defaults +++ b/components/cxx/test_apps/general/sdkconfig.defaults @@ -2,7 +2,7 @@ CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y CONFIG_FREERTOS_HZ=1000 CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_HEAP_POISONING_COMPREHENSIVE=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y CONFIG_COMPILER_WARN_WRITE_STRINGS=y diff --git a/components/cxx/test_apps/rtti/sdkconfig.defaults b/components/cxx/test_apps/rtti/sdkconfig.defaults index 091acbbe43..a6221d1d50 100644 --- a/components/cxx/test_apps/rtti/sdkconfig.defaults +++ b/components/cxx/test_apps/rtti/sdkconfig.defaults @@ -5,7 +5,7 @@ CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y CONFIG_FREERTOS_HZ=1000 CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_HEAP_POISONING_COMPREHENSIVE=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y CONFIG_COMPILER_WARN_WRITE_STRINGS=y diff --git a/components/driver/test_apps/gpio/sdkconfig.defaults b/components/driver/test_apps/gpio/sdkconfig.defaults index a0545fb89b..4299d6efa2 100644 --- a/components/driver/test_apps/gpio/sdkconfig.defaults +++ b/components/driver/test_apps/gpio/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_SDM_SUPPRESS_DEPRECATE_WARN=y diff --git a/components/driver/test_apps/gpio_extensions/sdkconfig.defaults b/components/driver/test_apps/gpio_extensions/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/driver/test_apps/gpio_extensions/sdkconfig.defaults +++ b/components/driver/test_apps/gpio_extensions/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/driver/test_apps/i2s_test_apps/i2s/sdkconfig.defaults b/components/driver/test_apps/i2s_test_apps/i2s/sdkconfig.defaults index b1692edbce..b56409727b 100644 --- a/components/driver/test_apps/i2s_test_apps/i2s/sdkconfig.defaults +++ b/components/driver/test_apps/i2s_test_apps/i2s/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_I2S_ENABLE_DEBUG_LOG=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/driver/test_apps/i2s_test_apps/i2s_tdm/sdkconfig.defaults b/components/driver/test_apps/i2s_test_apps/i2s_tdm/sdkconfig.defaults index 0cd8c36738..0ae459863a 100644 --- a/components/driver/test_apps/i2s_test_apps/i2s_tdm/sdkconfig.defaults +++ b/components/driver/test_apps/i2s_test_apps/i2s_tdm/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_I2S_ENABLE_DEBUG_LOG=y diff --git a/components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac/sdkconfig.defaults b/components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac/sdkconfig.defaults index ecbde05dc2..fb9e79cd6b 100644 --- a/components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac/sdkconfig.defaults +++ b/components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac/sdkconfig.defaults @@ -2,4 +2,4 @@ CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y CONFIG_DAC_SUPPRESS_DEPRECATE_WARN=y CONFIG_I2S_ENABLE_DEBUG_LOG=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/driver/test_apps/i2s_test_apps/legacy_i2s_driver/sdkconfig.defaults b/components/driver/test_apps/i2s_test_apps/legacy_i2s_driver/sdkconfig.defaults index 4295a349c9..e9e06ab320 100644 --- a/components/driver/test_apps/i2s_test_apps/legacy_i2s_driver/sdkconfig.defaults +++ b/components/driver/test_apps/i2s_test_apps/legacy_i2s_driver/sdkconfig.defaults @@ -1,4 +1,4 @@ CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y CONFIG_I2S_ENABLE_DEBUG_LOG=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/driver/test_apps/legacy_adc_driver/sdkconfig.defaults b/components/driver/test_apps/legacy_adc_driver/sdkconfig.defaults index 2b6418fbd4..88d4fecf25 100644 --- a/components/driver/test_apps/legacy_adc_driver/sdkconfig.defaults +++ b/components/driver/test_apps/legacy_adc_driver/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y diff --git a/components/driver/test_apps/legacy_mcpwm_driver/sdkconfig.defaults b/components/driver/test_apps/legacy_mcpwm_driver/sdkconfig.defaults index 4c808e5adc..9e494a19fb 100644 --- a/components/driver/test_apps/legacy_mcpwm_driver/sdkconfig.defaults +++ b/components/driver/test_apps/legacy_mcpwm_driver/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN=y diff --git a/components/driver/test_apps/legacy_pcnt_driver/sdkconfig.defaults b/components/driver/test_apps/legacy_pcnt_driver/sdkconfig.defaults index 342f5b48ae..89ff765c1e 100644 --- a/components/driver/test_apps/legacy_pcnt_driver/sdkconfig.defaults +++ b/components/driver/test_apps/legacy_pcnt_driver/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN=y diff --git a/components/driver/test_apps/legacy_rmt_driver/sdkconfig.defaults b/components/driver/test_apps/legacy_rmt_driver/sdkconfig.defaults index c16b1aed99..34716641fe 100644 --- a/components/driver/test_apps/legacy_rmt_driver/sdkconfig.defaults +++ b/components/driver/test_apps/legacy_rmt_driver/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y diff --git a/components/driver/test_apps/legacy_rtc_temp_driver/sdkconfig.defaults b/components/driver/test_apps/legacy_rtc_temp_driver/sdkconfig.defaults index 4335b5386b..f8fdd36201 100644 --- a/components/driver/test_apps/legacy_rtc_temp_driver/sdkconfig.defaults +++ b/components/driver/test_apps/legacy_rtc_temp_driver/sdkconfig.defaults @@ -1,2 +1,2 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN=y diff --git a/components/driver/test_apps/legacy_timer_driver/sdkconfig.defaults b/components/driver/test_apps/legacy_timer_driver/sdkconfig.defaults index daa206f8c7..889dd35776 100644 --- a/components/driver/test_apps/legacy_timer_driver/sdkconfig.defaults +++ b/components/driver/test_apps/legacy_timer_driver/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN=y diff --git a/components/driver/test_apps/pulse_cnt/sdkconfig.defaults b/components/driver/test_apps/pulse_cnt/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/driver/test_apps/pulse_cnt/sdkconfig.defaults +++ b/components/driver/test_apps/pulse_cnt/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/driver/test_apps/temperature_sensor/sdkconfig.defaults b/components/driver/test_apps/temperature_sensor/sdkconfig.defaults index a1f2ef6f8b..e4bfc208a5 100644 --- a/components/driver/test_apps/temperature_sensor/sdkconfig.defaults +++ b/components/driver/test_apps/temperature_sensor/sdkconfig.defaults @@ -1 +1 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/driver/test_apps/touch_sensor_v1/sdkconfig.defaults b/components/driver/test_apps/touch_sensor_v1/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/driver/test_apps/touch_sensor_v1/sdkconfig.defaults +++ b/components/driver/test_apps/touch_sensor_v1/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/driver/test_apps/touch_sensor_v2/sdkconfig.defaults b/components/driver/test_apps/touch_sensor_v2/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/driver/test_apps/touch_sensor_v2/sdkconfig.defaults +++ b/components/driver/test_apps/touch_sensor_v2/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/esp-tls/test_apps/sdkconfig.defaults b/components/esp-tls/test_apps/sdkconfig.defaults index c1398bba5f..60afb44a2e 100644 --- a/components/esp-tls/test_apps/sdkconfig.defaults +++ b/components/esp-tls/test_apps/sdkconfig.defaults @@ -6,5 +6,5 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_TLS_SERVER=y diff --git a/components/esp_adc/test_apps/adc/sdkconfig.defaults b/components/esp_adc/test_apps/adc/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/esp_adc/test_apps/adc/sdkconfig.defaults +++ b/components/esp_adc/test_apps/adc/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/esp_eth/test_apps/sdkconfig.ci.default_ip101 b/components/esp_eth/test_apps/sdkconfig.ci.default_ip101 index 90222ab0e9..2d0f8ffc08 100644 --- a/components/esp_eth/test_apps/sdkconfig.ci.default_ip101 +++ b/components/esp_eth/test_apps/sdkconfig.ci.default_ip101 @@ -3,7 +3,7 @@ CONFIG_IDF_TARGET="esp32" CONFIG_UNITY_ENABLE_FIXTURE=y CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y CONFIG_ETH_USE_ESP32_EMAC=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_TARGET_USE_INTERNAL_ETHERNET=y CONFIG_TARGET_ETH_PHY_DEVICE_IP101=y diff --git a/components/esp_eth/test_apps/sdkconfig.ci.default_lan8720 b/components/esp_eth/test_apps/sdkconfig.ci.default_lan8720 index 82bdea14ec..1539599da0 100644 --- a/components/esp_eth/test_apps/sdkconfig.ci.default_lan8720 +++ b/components/esp_eth/test_apps/sdkconfig.ci.default_lan8720 @@ -3,7 +3,7 @@ CONFIG_IDF_TARGET="esp32" CONFIG_UNITY_ENABLE_FIXTURE=y CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y CONFIG_ETH_USE_ESP32_EMAC=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_TARGET_USE_INTERNAL_ETHERNET=y CONFIG_TARGET_ETH_PHY_DEVICE_LAN87XX=y diff --git a/components/esp_http_client/test_apps/sdkconfig.defaults b/components/esp_http_client/test_apps/sdkconfig.defaults index ec826a5a16..e7d6da5519 100644 --- a/components/esp_http_client/test_apps/sdkconfig.defaults +++ b/components/esp_http_client/test_apps/sdkconfig.defaults @@ -6,4 +6,4 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/esp_http_server/test_apps/sdkconfig.defaults b/components/esp_http_server/test_apps/sdkconfig.defaults index ec826a5a16..e7d6da5519 100644 --- a/components/esp_http_server/test_apps/sdkconfig.defaults +++ b/components/esp_http_server/test_apps/sdkconfig.defaults @@ -6,4 +6,4 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/esp_hw_support/test_apps/dma/sdkconfig.defaults b/components/esp_hw_support/test_apps/dma/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/esp_hw_support/test_apps/dma/sdkconfig.defaults +++ b/components/esp_hw_support/test_apps/dma/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/esp_psram/test_apps/psram/sdkconfig.defaults b/components/esp_psram/test_apps/psram/sdkconfig.defaults index 95033f3fc2..14d70b5fc7 100644 --- a/components/esp_psram/test_apps/psram/sdkconfig.defaults +++ b/components/esp_psram/test_apps/psram/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_SPIRAM=y diff --git a/components/esp_rom/test_apps/sdkconfig.defaults b/components/esp_rom/test_apps/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/esp_rom/test_apps/sdkconfig.defaults +++ b/components/esp_rom/test_apps/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/esp_system/sdkconfig.rename b/components/esp_system/sdkconfig.rename index 826f9cb0a3..69d982545c 100644 --- a/components/esp_system/sdkconfig.rename +++ b/components/esp_system/sdkconfig.rename @@ -21,7 +21,7 @@ CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_ CONFIG_INT_WDT CONFIG_ESP_INT_WDT CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1 -CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT +CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT CONFIG_TASK_WDT_PANIC CONFIG_ESP_TASK_WDT_PANIC CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 diff --git a/components/esp_system/test_apps/rtc_8md256/sdkconfig.defaults b/components/esp_system/test_apps/rtc_8md256/sdkconfig.defaults index 3660129c9f..0d05e428a6 100644 --- a/components/esp_system/test_apps/rtc_8md256/sdkconfig.defaults +++ b/components/esp_system/test_apps/rtc_8md256/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_RTC_CLK_SRC_INT_8MD256=y diff --git a/components/esp_system/test_apps/rtc_power_modes/sdkconfig.defaults b/components/esp_system/test_apps/rtc_power_modes/sdkconfig.defaults index b308cb2ddd..fa8ac618b9 100644 --- a/components/esp_system/test_apps/rtc_power_modes/sdkconfig.defaults +++ b/components/esp_system/test_apps/rtc_power_modes/sdkconfig.defaults @@ -1,2 +1,2 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/mbedtls/test_apps/sdkconfig.defaults b/components/mbedtls/test_apps/sdkconfig.defaults index ec826a5a16..35ba075f21 100644 --- a/components/mbedtls/test_apps/sdkconfig.defaults +++ b/components/mbedtls/test_apps/sdkconfig.defaults @@ -6,4 +6,5 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=n diff --git a/components/protocomm/test_apps/sdkconfig.defaults b/components/protocomm/test_apps/sdkconfig.defaults index ec826a5a16..e7d6da5519 100644 --- a/components/protocomm/test_apps/sdkconfig.defaults +++ b/components/protocomm/test_apps/sdkconfig.defaults @@ -6,4 +6,4 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y CONFIG_COMPILER_STACK_CHECK=y -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/pthread/test_apps/pthread_unity_tests/sdkconfig.defaults b/components/pthread/test_apps/pthread_unity_tests/sdkconfig.defaults index 7b19867521..7eb6e9d482 100644 --- a/components/pthread/test_apps/pthread_unity_tests/sdkconfig.defaults +++ b/components/pthread/test_apps/pthread_unity_tests/sdkconfig.defaults @@ -1,2 +1,2 @@ # Some of the tests will starve the watchdog -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.flash_qio b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.flash_qio index 45d97b3c1d..45ef9b6097 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.flash_qio +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.flash_qio @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" CONFIG_ESPTOOLPY_FLASHMODE_QIO=y diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.release b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.release index 9a2221effe..ceab55e4bb 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.release +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.release @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_FREERTOS_USE_TICKLESS_IDLE=y CONFIG_COMPILER_OPTIMIZATION_SIZE=y CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.rom_impl b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.rom_impl index 1f73cb4152..1ad7ae28f9 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.rom_impl +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.rom_impl @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" CONFIG_SPI_FLASH_ROM_IMPL=y diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.defaults b/components/spi_flash/test_apps/esp_flash/sdkconfig.defaults index e58745b57a..554a994f88 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.defaults +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.defaults @@ -1,3 +1,3 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" diff --git a/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release b/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release index 30af9881e7..4af656c73f 100644 --- a/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release +++ b/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_FREERTOS_USE_TICKLESS_IDLE=y CONFIG_COMPILER_OPTIMIZATION_SIZE=y CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y diff --git a/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f4r8 b/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f4r8 index e4954dd99b..63a6a812ad 100644 --- a/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f4r8 +++ b/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f4r8 @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_FREERTOS_USE_TICKLESS_IDLE=y CONFIG_COMPILER_OPTIMIZATION_SIZE=y CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y diff --git a/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f8r8 b/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f8r8 index dc83642baa..5acf0f9f59 100644 --- a/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f8r8 +++ b/components/spi_flash/test_apps/flash_encryption/sdkconfig.ci.release_f8r8 @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_FREERTOS_USE_TICKLESS_IDLE=y CONFIG_COMPILER_OPTIMIZATION_SIZE=y CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y diff --git a/components/spi_flash/test_apps/flash_encryption/sdkconfig.defaults b/components/spi_flash/test_apps/flash_encryption/sdkconfig.defaults index ebf0e8ec3e..5caa7b2107 100644 --- a/components/spi_flash/test_apps/flash_encryption/sdkconfig.defaults +++ b/components/spi_flash/test_apps/flash_encryption/sdkconfig.defaults @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" CONFIG_SECURE_FLASH_ENC_ENABLED=y diff --git a/components/touch_element/test_apps/sdkconfig.defaults b/components/touch_element/test_apps/sdkconfig.defaults index 3baab5a252..2fbb4c94d1 100644 --- a/components/touch_element/test_apps/sdkconfig.defaults +++ b/components/touch_element/test_apps/sdkconfig.defaults @@ -1,3 +1,3 @@ CONFIG_FREERTOS_HZ=1000 -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192 diff --git a/components/ulp/test_apps/ulp_fsm/sdkconfig.defaults b/components/ulp/test_apps/ulp_fsm/sdkconfig.defaults index 2c9f36e096..a2d3eeb79f 100644 --- a/components/ulp/test_apps/ulp_fsm/sdkconfig.defaults +++ b/components/ulp/test_apps/ulp_fsm/sdkconfig.defaults @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ULP_COPROC_ENABLED=y CONFIG_ULP_COPROC_TYPE_FSM=y diff --git a/components/ulp/test_apps/ulp_riscv/sdkconfig.defaults b/components/ulp/test_apps/ulp_riscv/sdkconfig.defaults index 93a2597ea9..73c24b77f1 100644 --- a/components/ulp/test_apps/ulp_riscv/sdkconfig.defaults +++ b/components/ulp/test_apps/ulp_riscv/sdkconfig.defaults @@ -1,4 +1,4 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ULP_COPROC_ENABLED=y CONFIG_ULP_COPROC_TYPE_RISCV=y diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults index cad0022582..22cc1bd25a 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults @@ -41,7 +41,7 @@ CONFIG_FREERTOS_UNICORE=n CONFIG_FREERTOS_HZ=1000 CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534 CONFIG_LWIP_TCP_WND_DEFAULT=65534 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c3 b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c3 index b7cfcdec3b..fc40b75b25 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c3 +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32c3 @@ -40,7 +40,7 @@ CONFIG_FREERTOS_UNICORE=n CONFIG_FREERTOS_HZ=1000 CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534 CONFIG_LWIP_TCP_WND_DEFAULT=65534 diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32s3 b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32s3 index b7cfcdec3b..fc40b75b25 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32s3 +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.defaults.esp32s3 @@ -40,7 +40,7 @@ CONFIG_FREERTOS_UNICORE=n CONFIG_FREERTOS_HZ=1000 CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534 CONFIG_LWIP_TCP_WND_DEFAULT=65534 diff --git a/examples/ethernet/iperf/sdkconfig.defaults b/examples/ethernet/iperf/sdkconfig.defaults index 9377df864b..17bd3fe137 100644 --- a/examples/ethernet/iperf/sdkconfig.defaults +++ b/examples/ethernet/iperf/sdkconfig.defaults @@ -17,7 +17,7 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # Disable watch dog CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n # Enable lwIP IRAM optimization CONFIG_LWIP_IRAM_OPTIMIZATION=y diff --git a/examples/system/gdbstub/sdkconfig.defaults b/examples/system/gdbstub/sdkconfig.defaults index 20e216f743..38a8bd3ca8 100644 --- a/examples/system/gdbstub/sdkconfig.defaults +++ b/examples/system/gdbstub/sdkconfig.defaults @@ -14,5 +14,5 @@ CONFIG_ESP_GDBSTUB_MAX_TASKS=32 # CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME=y # CONFIG_ESP_INT_WDT is not set -# CONFIG_ESP_TASK_WDT is not set +# CONFIG_ESP_TASK_WDT_EN is not set # end of ESP System Settings diff --git a/examples/system/unit_test/test/sdkconfig.defaults b/examples/system/unit_test/test/sdkconfig.defaults index a1f2ef6f8b..e4bfc208a5 100644 --- a/examples/system/unit_test/test/sdkconfig.defaults +++ b/examples/system/unit_test/test/sdkconfig.defaults @@ -1 +1 @@ -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/examples/wifi/iperf/sdkconfig.ci.00 b/examples/wifi/iperf/sdkconfig.ci.00 index e0bbe28d85..2e70206c7c 100644 --- a/examples/wifi/iperf/sdkconfig.ci.00 +++ b/examples/wifi/iperf/sdkconfig.ci.00 @@ -1,4 +1,4 @@ CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n diff --git a/examples/wifi/iperf/sdkconfig.ci.01 b/examples/wifi/iperf/sdkconfig.ci.01 index 914ee170d2..8ea08d3dfe 100644 --- a/examples/wifi/iperf/sdkconfig.ci.01 +++ b/examples/wifi/iperf/sdkconfig.ci.01 @@ -1,5 +1,5 @@ CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 diff --git a/examples/wifi/iperf/sdkconfig.ci.02 b/examples/wifi/iperf/sdkconfig.ci.02 index 611be6e21a..2f84fdb228 100644 --- a/examples/wifi/iperf/sdkconfig.ci.02 +++ b/examples/wifi/iperf/sdkconfig.ci.02 @@ -1,5 +1,5 @@ CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 diff --git a/examples/wifi/iperf/sdkconfig.ci.03 b/examples/wifi/iperf/sdkconfig.ci.03 index f7cc2d6c5f..74a73f9b30 100644 --- a/examples/wifi/iperf/sdkconfig.ci.03 +++ b/examples/wifi/iperf/sdkconfig.ci.03 @@ -1,5 +1,5 @@ CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 diff --git a/examples/wifi/iperf/sdkconfig.ci.04 b/examples/wifi/iperf/sdkconfig.ci.04 index b02948d455..229cddca00 100644 --- a/examples/wifi/iperf/sdkconfig.ci.04 +++ b/examples/wifi/iperf/sdkconfig.ci.04 @@ -1,5 +1,5 @@ CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 diff --git a/examples/wifi/iperf/sdkconfig.ci.05 b/examples/wifi/iperf/sdkconfig.ci.05 index 50cff0c057..5e4062e645 100644 --- a/examples/wifi/iperf/sdkconfig.ci.05 +++ b/examples/wifi/iperf/sdkconfig.ci.05 @@ -1,5 +1,5 @@ CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096 diff --git a/examples/wifi/iperf/sdkconfig.ci.06 b/examples/wifi/iperf/sdkconfig.ci.06 index 511d8efe86..f99f902400 100644 --- a/examples/wifi/iperf/sdkconfig.ci.06 +++ b/examples/wifi/iperf/sdkconfig.ci.06 @@ -12,7 +12,7 @@ CONFIG_FREERTOS_UNICORE=y CONFIG_FREERTOS_HZ=1000 CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534 CONFIG_LWIP_TCP_WND_DEFAULT=65534 diff --git a/examples/wifi/iperf/sdkconfig.ci.07 b/examples/wifi/iperf/sdkconfig.ci.07 index a3e87e4c21..e5f20f2630 100644 --- a/examples/wifi/iperf/sdkconfig.ci.07 +++ b/examples/wifi/iperf/sdkconfig.ci.07 @@ -15,7 +15,7 @@ CONFIG_FREERTOS_UNICORE=n CONFIG_FREERTOS_HZ=1000 CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_LWIP_TCP_SND_BUF_DEFAULT=65534 CONFIG_LWIP_TCP_WND_DEFAULT=65534 diff --git a/examples/wifi/iperf/sdkconfig.defaults b/examples/wifi/iperf/sdkconfig.defaults index 1d1681fe37..fe213834c6 100644 --- a/examples/wifi/iperf/sdkconfig.defaults +++ b/examples/wifi/iperf/sdkconfig.defaults @@ -4,7 +4,7 @@ CONFIG_FREERTOS_UNICORE=n CONFIG_FREERTOS_HZ=1000 CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_LWIP_ETHARP_TRUST_IP_MAC=n CONFIG_LWIP_IRAM_OPTIMIZATION=y diff --git a/examples/zigbee/light_sample/HA_on_off_light/sdkconfig.defaults b/examples/zigbee/light_sample/HA_on_off_light/sdkconfig.defaults index bd6d5f604c..6099bd9436 100644 --- a/examples/zigbee/light_sample/HA_on_off_light/sdkconfig.defaults +++ b/examples/zigbee/light_sample/HA_on_off_light/sdkconfig.defaults @@ -23,7 +23,6 @@ CONFIG_MBEDTLS_ECJPAKE_C=y # end of mbedTLS CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n -CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=n # # Zboss diff --git a/examples/zigbee/light_sample/HA_on_off_switch/sdkconfig.defaults b/examples/zigbee/light_sample/HA_on_off_switch/sdkconfig.defaults index 84faf10eb9..24f8636e5e 100644 --- a/examples/zigbee/light_sample/HA_on_off_switch/sdkconfig.defaults +++ b/examples/zigbee/light_sample/HA_on_off_switch/sdkconfig.defaults @@ -23,7 +23,6 @@ CONFIG_MBEDTLS_ECJPAKE_C=y # end of mbedTLS CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n -CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=n # # Zboss diff --git a/tools/ldgen/samples/sdkconfig b/tools/ldgen/samples/sdkconfig index de59b7e157..ed107d9dc7 100644 --- a/tools/ldgen/samples/sdkconfig +++ b/tools/ldgen/samples/sdkconfig @@ -161,7 +161,8 @@ CONFIG_ESP_SYSTEM_PANIC_GDBSTUB= CONFIG_ESP_DEBUG_OCDAWARE=y CONFIG_ESP_INT_WDT=y CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 -CONFIG_ESP_TASK_WDT=y +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=y CONFIG_ESP_TASK_WDT_PANIC= CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y diff --git a/tools/test_apps/system/longjmp_test/sdkconfig.defaults b/tools/test_apps/system/longjmp_test/sdkconfig.defaults index 23bffad44f..65f195bbe0 100644 --- a/tools/test_apps/system/longjmp_test/sdkconfig.defaults +++ b/tools/test_apps/system/longjmp_test/sdkconfig.defaults @@ -1,7 +1,7 @@ CONFIG_COMPILER_OPTIMIZATION_PERF=y CONFIG_ESP_INT_WDT=n -CONFIG_ESP_TASK_WDT=n +CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y