mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

boot: Allow watchdog timeout to be configured

Open KarlKTorp opened this issue 1 year ago • 2 comments

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

KarlKTorp avatar Nov 26 '24 15:11 KarlKTorp