]> granicus.if.org Git - esp-idf/commitdiff
set default interrupt watchdog timeout to 300ms
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Oct 2016 08:17:41 +0000 (16:17 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Oct 2016 08:17:41 +0000 (16:17 +0800)
10ms is too low for openocd/gdb to work, so it's not a very useful default value.

components/esp32/Kconfig

index 3b50dbd2c34bf765177123470d4af1b3994250e4..b5a8d2f2ddb03e1416a5fbc64aa48bb1225a3b27 100644 (file)
@@ -206,7 +206,7 @@ config INT_WDT
 config INT_WDT_TIMEOUT_MS
     int "Interrupt watchdog timeout (ms)"
     depends on INT_WDT
-    default 10
+    default 300
     range 10 10000
     help
         The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.