zephyr/subsys/task_wdt
Martin Jäger 0a838bc000 task_wdt: Kconfig: Increase TASK_WDT_HW_FALLBACK_DELAY range
If a time-intensive task (like coredump storage over logging interface)
is run in the task watchdog callback, the hardware watchdog might
reset the system before the task finishes.

Increasing the delay from 1s to 10s, which should be sufficient for any
use case.

Signed-off-by: Martin Jäger <martin@libre.solar>
2025-01-07 20:34:41 +01:00
..
CMakeLists.txt task_wdt: add shell 2024-03-22 10:24:55 +01:00
Kconfig task_wdt: Kconfig: Increase TASK_WDT_HW_FALLBACK_DELAY range 2025-01-07 20:34:41 +01:00
task_wdt.c task_wdt: Feed hardware watchdog only when its started 2024-06-06 00:40:53 -07:00
task_wdt_shell.c task_wdt: add shell 2024-03-22 10:24:55 +01:00