mcuboot
mcuboot copied to clipboard
boot: Allow watchdog timeout to be configured
This change adds a new Kconfig option MCUBOOT_WATCHDOG_TIMEOUT to specify the watchdog timeout value. Several devices (NXP among others) require a timeout to be installed in order to enable the watchdog. On e.g. imxrt1170 enabling the watchdog without a timeout will print the error "No valid timeouts installed" and fail to setup the watchdog.
Fixes: https://github.com/mcu-tools/mcuboot/issues/2093