Feed watchdog in Zephyr idle thread

Hi all,

Is there any way to use the Zephyr idle thread to feed the watchdog? I do that with freeRTOS and is an elegant way to feed the watchdog.

The other way is to create a task with a very low priority (just one step above the idle thread priority) and periodically feed it.

Thanks and kind regards,

Pedro.

Parents Reply Children
No Data
Related