MCUX watchdog timer supports min window of 500ms. Increase maximum task watchdog timeout window to 500ms by default, so that this sample can run on iMX RT SOCs. Also update iMX RT watchdog driver to reject timeout maximums under 500ms with a useful error message Fixes #40153 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
CONFIG_LOG=y
|
|
|
|
CONFIG_WATCHDOG=y
|
|
CONFIG_WDT_LOG_LEVEL_DBG=y
|
|
CONFIG_WDT_DISABLE_AT_BOOT=y
|
|
|
|
CONFIG_TASK_WDT=y
|
|
CONFIG_TASK_WDT_MIN_TIMEOUT=500
|
|
|
|
CONFIG_THREAD_NAME=y
|